Commit f4cceb1f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Move IHTMLCSSStyleDeclaration2 implementation to CSSStyle object.

parent 12ec83f7
......@@ -22,6 +22,7 @@ typedef void *(*style_qi_t)(CSSStyle*,REFIID);
struct CSSStyle {
DispatchEx dispex;
IHTMLCSSStyleDeclaration IHTMLCSSStyleDeclaration_iface;
IHTMLCSSStyleDeclaration2 IHTMLCSSStyleDeclaration2_iface;
LONG ref;
style_qi_t qi;
......@@ -37,7 +38,6 @@ struct HTMLStyle {
IHTMLStyle4 IHTMLStyle4_iface;
IHTMLStyle5 IHTMLStyle5_iface;
IHTMLStyle6 IHTMLStyle6_iface;
IHTMLCSSStyleDeclaration2 IHTMLCSSStyleDeclaration2_iface;
HTMLElement *elem;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment