mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
00f74afeef
commit
fd2f645d16
|
@ -783,7 +783,6 @@ static const tid_t function_iface_tids[] = {0};
|
||||||
static dispex_static_data_t function_dispex = {
|
static dispex_static_data_t function_dispex = {
|
||||||
&function_dispex_vtbl,
|
&function_dispex_vtbl,
|
||||||
NULL_tid,
|
NULL_tid,
|
||||||
NULL,
|
|
||||||
function_iface_tids
|
function_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -807,7 +807,6 @@ static const tid_t HTMLAnchorElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLAnchorElement_dispex = {
|
static dispex_static_data_t HTMLAnchorElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLAnchorElement_tid,
|
DispHTMLAnchorElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLAnchorElement_iface_tids
|
HTMLAnchorElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -451,7 +451,6 @@ static const tid_t HTMLAreaElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLAreaElement_dispex = {
|
static dispex_static_data_t HTMLAreaElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLAreaElement_tid,
|
DispHTMLAreaElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLAreaElement_iface_tids
|
HTMLAreaElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -487,7 +487,6 @@ static const tid_t HTMLDOMAttribute_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDOMAttribute_dispex = {
|
static dispex_static_data_t HTMLDOMAttribute_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLDOMAttribute_tid,
|
DispHTMLDOMAttribute_tid,
|
||||||
0,
|
|
||||||
HTMLDOMAttribute_iface_tids
|
HTMLDOMAttribute_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -889,7 +889,6 @@ static const tid_t HTMLBodyElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLBodyElement_dispex = {
|
static dispex_static_data_t HTMLBodyElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLBody_tid,
|
DispHTMLBody_tid,
|
||||||
NULL,
|
|
||||||
HTMLBodyElement_iface_tids
|
HTMLBodyElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -200,7 +200,6 @@ static const tid_t HTMLCommentElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLCommentElement_dispex = {
|
static dispex_static_data_t HTMLCommentElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLCommentElement_tid,
|
DispHTMLCommentElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLCommentElement_iface_tids
|
HTMLCommentElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1317,7 +1317,6 @@ static const tid_t HTMLCurrentStyle_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLCurrentStyle_dispex = {
|
static dispex_static_data_t HTMLCurrentStyle_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLCurrentStyle_tid,
|
DispHTMLCurrentStyle_tid,
|
||||||
NULL,
|
|
||||||
HTMLCurrentStyle_iface_tids
|
HTMLCurrentStyle_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4769,7 +4769,6 @@ static const tid_t HTMLDocumentNode_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDocumentNode_dispex = {
|
static dispex_static_data_t HTMLDocumentNode_dispex = {
|
||||||
&HTMLDocumentNode_dispex_vtbl,
|
&HTMLDocumentNode_dispex_vtbl,
|
||||||
DispHTMLDocument_tid,
|
DispHTMLDocument_tid,
|
||||||
NULL,
|
|
||||||
HTMLDocumentNode_iface_tids
|
HTMLDocumentNode_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4997,7 +4996,6 @@ static const tid_t HTMLDocumentObj_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDocumentObj_dispex = {
|
static dispex_static_data_t HTMLDocumentObj_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLDocument_tid,
|
DispHTMLDocument_tid,
|
||||||
NULL,
|
|
||||||
HTMLDocumentObj_iface_tids
|
HTMLDocumentObj_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -538,7 +538,6 @@ static const tid_t HTMLRect_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLRect_dispex = {
|
static dispex_static_data_t HTMLRect_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLRect_tid,
|
IHTMLRect_tid,
|
||||||
NULL,
|
|
||||||
HTMLRect_iface_tids
|
HTMLRect_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5115,7 +5114,6 @@ static dispex_static_data_vtbl_t HTMLElement_dispex_vtbl = {
|
||||||
static dispex_static_data_t HTMLElement_dispex = {
|
static dispex_static_data_t HTMLElement_dispex = {
|
||||||
&HTMLElement_dispex_vtbl,
|
&HTMLElement_dispex_vtbl,
|
||||||
DispHTMLUnknownElement_tid,
|
DispHTMLUnknownElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLElement_iface_tids
|
HTMLElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5367,7 +5365,6 @@ static const tid_t HTMLFiltersCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLFiltersCollection_dispex = {
|
static dispex_static_data_t HTMLFiltersCollection_dispex = {
|
||||||
&HTMLFiltersCollection_dispex_vtbl,
|
&HTMLFiltersCollection_dispex_vtbl,
|
||||||
IHTMLFiltersCollection_tid,
|
IHTMLFiltersCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLFiltersCollection_iface_tids
|
HTMLFiltersCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5937,7 +5934,6 @@ static const tid_t HTMLAttributeCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLAttributeCollection_dispex = {
|
static dispex_static_data_t HTMLAttributeCollection_dispex = {
|
||||||
&HTMLAttributeCollection_dispex_vtbl,
|
&HTMLAttributeCollection_dispex_vtbl,
|
||||||
DispHTMLAttributeCollection_tid,
|
DispHTMLAttributeCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLAttributeCollection_iface_tids
|
HTMLAttributeCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -621,7 +621,6 @@ static const tid_t HTMLElementCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLElementCollection_dispex = {
|
static dispex_static_data_t HTMLElementCollection_dispex = {
|
||||||
&HTMLElementColection_dispex_vtbl,
|
&HTMLElementColection_dispex_vtbl,
|
||||||
DispHTMLElementCollection_tid,
|
DispHTMLElementCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLElementCollection_iface_tids
|
HTMLElementCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -267,7 +267,6 @@ static const tid_t HTMLEmbedElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLEmbedElement_dispex = {
|
static dispex_static_data_t HTMLEmbedElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLEmbed_tid,
|
DispHTMLEmbed_tid,
|
||||||
NULL,
|
|
||||||
HTMLEmbedElement_iface_tids
|
HTMLEmbedElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -842,7 +842,6 @@ static const tid_t HTMLEventObj_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLEventObj_dispex = {
|
static dispex_static_data_t HTMLEventObj_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispCEventObj_tid,
|
DispCEventObj_tid,
|
||||||
NULL,
|
|
||||||
HTMLEventObj_iface_tids
|
HTMLEventObj_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -794,7 +794,6 @@ static const tid_t HTMLFormElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLFormElement_dispex = {
|
static dispex_static_data_t HTMLFormElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLFormElement_tid,
|
DispHTMLFormElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLFormElement_iface_tids
|
HTMLFormElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -317,7 +317,6 @@ static const tid_t HTMLFrameElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLFrameElement_dispex = {
|
static dispex_static_data_t HTMLFrameElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLFrameElement_tid,
|
DispHTMLFrameElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLFrameElement_iface_tids
|
HTMLFrameElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -169,7 +169,6 @@ static const tid_t HTMLGenericElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLGenericElement_dispex = {
|
static dispex_static_data_t HTMLGenericElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLGenericElement_tid,
|
DispHTMLGenericElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLGenericElement_iface_tids
|
HTMLGenericElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,6 @@ static const tid_t HTMLTitleElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTitleElement_dispex = {
|
static dispex_static_data_t HTMLTitleElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLTitleElement_tid,
|
DispHTMLTitleElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLTitleElement_iface_tids
|
HTMLTitleElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -353,7 +352,6 @@ static const tid_t HTMLHtmlElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLHtmlElement_dispex = {
|
static dispex_static_data_t HTMLHtmlElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLHtmlElement_tid,
|
DispHTMLHtmlElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLHtmlElement_iface_tids
|
HTMLHtmlElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -513,7 +511,6 @@ static const tid_t HTMLHeadElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLHeadElement_dispex = {
|
static dispex_static_data_t HTMLHeadElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLHeadElement_tid,
|
DispHTMLHeadElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLHeadElement_iface_tids
|
HTMLHeadElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -592,7 +592,6 @@ static const tid_t HTMLIFrame_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLIFrame_dispex = {
|
static dispex_static_data_t HTMLIFrame_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLIFrame_tid,
|
DispHTMLIFrame_tid,
|
||||||
NULL,
|
|
||||||
HTMLIFrame_iface_tids
|
HTMLIFrame_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -734,7 +734,6 @@ static const tid_t HTMLImgElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLImgElement_dispex = {
|
static dispex_static_data_t HTMLImgElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLImg_tid,
|
DispHTMLImg_tid,
|
||||||
NULL,
|
|
||||||
HTMLImgElement_iface_tids
|
HTMLImgElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -980,7 +979,6 @@ static const dispex_static_data_vtbl_t HTMLImageElementFactory_dispex_vtbl = {
|
||||||
static dispex_static_data_t HTMLImageElementFactory_dispex = {
|
static dispex_static_data_t HTMLImageElementFactory_dispex = {
|
||||||
&HTMLImageElementFactory_dispex_vtbl,
|
&HTMLImageElementFactory_dispex_vtbl,
|
||||||
IHTMLImageElementFactory_tid,
|
IHTMLImageElementFactory_tid,
|
||||||
NULL,
|
|
||||||
HTMLImageElementFactory_iface_tids
|
HTMLImageElementFactory_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1345,7 +1345,6 @@ static const tid_t HTMLInputElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLInputElement_dispex = {
|
static dispex_static_data_t HTMLInputElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLInputElement_tid,
|
DispHTMLInputElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLInputElement_iface_tids
|
HTMLInputElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1539,7 +1538,6 @@ static const tid_t HTMLLabelElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLLabelElement_dispex = {
|
static dispex_static_data_t HTMLLabelElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLLabelElement_tid,
|
DispHTMLLabelElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLLabelElement_iface_tids
|
HTMLLabelElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1890,7 +1888,6 @@ static const tid_t HTMLButtonElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLButtonElement_dispex = {
|
static dispex_static_data_t HTMLButtonElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLButtonElement_tid,
|
DispHTMLButtonElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLButtonElement_iface_tids
|
HTMLButtonElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -449,7 +449,6 @@ static const tid_t HTMLLinkElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLLinkElement_dispex = {
|
static dispex_static_data_t HTMLLinkElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLLinkElement_tid,
|
DispHTMLLinkElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLLinkElement_iface_tids
|
HTMLLinkElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -625,7 +625,6 @@ static const tid_t HTMLLocation_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLLocation_dispex = {
|
static dispex_static_data_t HTMLLocation_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLLocation_tid,
|
DispHTMLLocation_tid,
|
||||||
NULL,
|
|
||||||
HTMLLocation_iface_tids
|
HTMLLocation_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -250,7 +250,6 @@ static const tid_t HTMLMetaElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLMetaElement_dispex = {
|
static dispex_static_data_t HTMLMetaElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLMetaElement_tid,
|
DispHTMLMetaElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLMetaElement_iface_tids
|
HTMLMetaElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -436,7 +436,6 @@ static const tid_t HTMLDOMChildrenCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDOMChildrenCollection_dispex = {
|
static dispex_static_data_t HTMLDOMChildrenCollection_dispex = {
|
||||||
&HTMLDOMChildrenCollection_dispex_vtbl,
|
&HTMLDOMChildrenCollection_dispex_vtbl,
|
||||||
DispDOMChildrenCollection_tid,
|
DispDOMChildrenCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLDOMChildrenCollection_iface_tids
|
HTMLDOMChildrenCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -773,7 +773,6 @@ static const tid_t HTMLObjectElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLObjectElement_dispex = {
|
static dispex_static_data_t HTMLObjectElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLObjectElement_tid,
|
DispHTMLObjectElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLObjectElement_iface_tids
|
HTMLObjectElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -444,7 +444,6 @@ static const tid_t HTMLOptionElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLOptionElement_dispex = {
|
static dispex_static_data_t HTMLOptionElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLOptionElement_tid,
|
DispHTMLOptionElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLOptionElement_iface_tids
|
HTMLOptionElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -625,7 +624,6 @@ static const tid_t HTMLOptionElementFactory_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLOptionElementFactory_dispex = {
|
static dispex_static_data_t HTMLOptionElementFactory_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLOptionElementFactory_tid,
|
IHTMLOptionElementFactory_tid,
|
||||||
NULL,
|
|
||||||
HTMLOptionElementFactory_iface_tids
|
HTMLOptionElementFactory_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,6 @@ static const tid_t HTMLScreen_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLScreen_dispex = {
|
static dispex_static_data_t HTMLScreen_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLScreen_tid,
|
DispHTMLScreen_tid,
|
||||||
NULL,
|
|
||||||
HTMLScreen_iface_tids
|
HTMLScreen_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -467,7 +467,6 @@ static const tid_t HTMLScriptElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLScriptElement_dispex = {
|
static dispex_static_data_t HTMLScriptElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLScriptElement_tid,
|
DispHTMLScriptElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLScriptElement_iface_tids
|
HTMLScriptElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -717,7 +717,6 @@ static const tid_t HTMLSelectElement_tids[] = {
|
||||||
static dispex_static_data_t HTMLSelectElement_dispex = {
|
static dispex_static_data_t HTMLSelectElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLSelectElement_tid,
|
DispHTMLSelectElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLSelectElement_tids
|
HTMLSelectElement_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,6 @@ static const tid_t HTMLStorage_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStorage_dispex = {
|
static dispex_static_data_t HTMLStorage_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLStorage_tid,
|
IHTMLStorage_tid,
|
||||||
NULL,
|
|
||||||
HTMLStorage_iface_tids
|
HTMLStorage_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4690,7 +4690,6 @@ static const tid_t HTMLStyle_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStyle_dispex = {
|
static dispex_static_data_t HTMLStyle_dispex = {
|
||||||
&HTMLStyle_dispex_vtbl,
|
&HTMLStyle_dispex_vtbl,
|
||||||
DispHTMLStyle_tid,
|
DispHTMLStyle_tid,
|
||||||
NULL,
|
|
||||||
HTMLStyle_iface_tids
|
HTMLStyle_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -367,7 +367,6 @@ static const tid_t HTMLStyleElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStyleElement_dispex = {
|
static dispex_static_data_t HTMLStyleElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLStyleElement_tid,
|
DispHTMLStyleElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLStyleElement_iface_tids
|
HTMLStyleElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,6 @@ static const tid_t HTMLStyleSheetRulesCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStyleSheetRulesCollection_dispex = {
|
static dispex_static_data_t HTMLStyleSheetRulesCollection_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLStyleSheetRulesCollection_tid,
|
DispHTMLStyleSheetRulesCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLStyleSheetRulesCollection_iface_tids
|
HTMLStyleSheetRulesCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -382,7 +381,6 @@ static const tid_t HTMLStyleSheetsCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStyleSheetsCollection_dispex = {
|
static dispex_static_data_t HTMLStyleSheetsCollection_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLStyleSheetsCollection_tid,
|
DispHTMLStyleSheetsCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLStyleSheetsCollection_iface_tids
|
HTMLStyleSheetsCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -753,7 +751,6 @@ static const tid_t HTMLStyleSheet_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLStyleSheet_dispex = {
|
static dispex_static_data_t HTMLStyleSheet_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLStyleSheet_tid,
|
DispHTMLStyleSheet_tid,
|
||||||
NULL,
|
|
||||||
HTMLStyleSheet_iface_tids
|
HTMLStyleSheet_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1072,7 +1072,6 @@ static const tid_t HTMLTable_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTable_dispex = {
|
static dispex_static_data_t HTMLTable_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLTable_tid,
|
DispHTMLTable_tid,
|
||||||
NULL,
|
|
||||||
HTMLTable_iface_tids
|
HTMLTable_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -447,7 +447,6 @@ static const tid_t HTMLTableCell_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTableCell_dispex = {
|
static dispex_static_data_t HTMLTableCell_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLTableCell_tid,
|
DispHTMLTableCell_tid,
|
||||||
NULL,
|
|
||||||
HTMLTableCell_iface_tids
|
HTMLTableCell_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -451,7 +451,6 @@ static const tid_t HTMLTableRow_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTableRow_dispex = {
|
static dispex_static_data_t HTMLTableRow_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLTableRow_tid,
|
DispHTMLTableRow_tid,
|
||||||
NULL,
|
|
||||||
HTMLTableRow_iface_tids
|
HTMLTableRow_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -505,7 +505,6 @@ static const tid_t HTMLTextAreaElement_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTextAreaElement_dispex = {
|
static dispex_static_data_t HTMLTextAreaElement_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLTextAreaElement_tid,
|
DispHTMLTextAreaElement_tid,
|
||||||
NULL,
|
|
||||||
HTMLTextAreaElement_iface_tids
|
HTMLTextAreaElement_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -360,7 +360,6 @@ static const tid_t HTMLDOMTextNode_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDOMTextNode_dispex = {
|
static dispex_static_data_t HTMLDOMTextNode_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLDOMTextNode_tid,
|
DispHTMLDOMTextNode_tid,
|
||||||
0,
|
|
||||||
HTMLDOMTextNode_iface_tids
|
HTMLDOMTextNode_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -2956,7 +2956,6 @@ static const tid_t HTMLWindow_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLWindow_dispex = {
|
static dispex_static_data_t HTMLWindow_dispex = {
|
||||||
&HTMLWindow_dispex_vtbl,
|
&HTMLWindow_dispex_vtbl,
|
||||||
DispHTMLWindow2_tid,
|
DispHTMLWindow2_tid,
|
||||||
NULL,
|
|
||||||
HTMLWindow_iface_tids,
|
HTMLWindow_iface_tids,
|
||||||
IHTMLWindow5_tid
|
IHTMLWindow5_tid
|
||||||
};
|
};
|
||||||
|
|
|
@ -251,9 +251,9 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const dispex_static_data_vtbl_t *vtbl;
|
const dispex_static_data_vtbl_t *vtbl;
|
||||||
const tid_t disp_tid;
|
const tid_t disp_tid;
|
||||||
dispex_data_t *data;
|
|
||||||
const tid_t* const iface_tids;
|
const tid_t* const iface_tids;
|
||||||
const tid_t additional_tid;
|
const tid_t additional_tid;
|
||||||
|
dispex_data_t *data;
|
||||||
} dispex_static_data_t;
|
} dispex_static_data_t;
|
||||||
|
|
||||||
struct DispatchEx {
|
struct DispatchEx {
|
||||||
|
|
|
@ -164,7 +164,6 @@ static const tid_t HTMLDOMImplementation_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLDOMImplementation_dispex = {
|
static dispex_static_data_t HTMLDOMImplementation_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLDOMImplementation_tid,
|
IHTMLDOMImplementation_tid,
|
||||||
NULL,
|
|
||||||
HTMLDOMImplementation_iface_tids
|
HTMLDOMImplementation_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -329,7 +328,6 @@ static const tid_t OmHistory_iface_tids[] = {
|
||||||
static dispex_static_data_t OmHistory_dispex = {
|
static dispex_static_data_t OmHistory_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLHistory_tid,
|
DispHTMLHistory_tid,
|
||||||
NULL,
|
|
||||||
OmHistory_iface_tids
|
OmHistory_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -485,7 +483,6 @@ static const tid_t HTMLPluginsCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLPluginsCollection_dispex = {
|
static dispex_static_data_t HTMLPluginsCollection_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispCPlugins_tid,
|
DispCPlugins_tid,
|
||||||
NULL,
|
|
||||||
HTMLPluginsCollection_iface_tids
|
HTMLPluginsCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -630,7 +627,6 @@ static const tid_t HTMLMimeTypesCollection_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLMimeTypesCollection_dispex = {
|
static dispex_static_data_t HTMLMimeTypesCollection_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLMimeTypesCollection_tid,
|
IHTMLMimeTypesCollection_tid,
|
||||||
NULL,
|
|
||||||
HTMLMimeTypesCollection_iface_tids
|
HTMLMimeTypesCollection_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1075,7 +1071,6 @@ static const tid_t OmNavigator_iface_tids[] = {
|
||||||
static dispex_static_data_t OmNavigator_dispex = {
|
static dispex_static_data_t OmNavigator_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
DispHTMLNavigator_tid,
|
DispHTMLNavigator_tid,
|
||||||
NULL,
|
|
||||||
OmNavigator_iface_tids
|
OmNavigator_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -331,7 +331,6 @@ static const tid_t HTMLSelectionObject_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLSelectionObject_dispex = {
|
static dispex_static_data_t HTMLSelectionObject_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLSelectionObject_tid, /* FIXME: We have a test for that, but it doesn't expose IHTMLSelectionObject2 iface. */
|
IHTMLSelectionObject_tid, /* FIXME: We have a test for that, but it doesn't expose IHTMLSelectionObject2 iface. */
|
||||||
NULL,
|
|
||||||
HTMLSelectionObject_iface_tids
|
HTMLSelectionObject_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1730,7 +1730,6 @@ static const tid_t HTMLTxtRange_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLTxtRange_dispex = {
|
static dispex_static_data_t HTMLTxtRange_dispex = {
|
||||||
NULL,
|
NULL,
|
||||||
IHTMLTxtRange_tid,
|
IHTMLTxtRange_tid,
|
||||||
NULL,
|
|
||||||
HTMLTxtRange_iface_tids
|
HTMLTxtRange_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -739,7 +739,6 @@ static const tid_t HTMLXMLHttpRequest_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLXMLHttpRequest_dispex = {
|
static dispex_static_data_t HTMLXMLHttpRequest_dispex = {
|
||||||
&HTMLXMLHttpRequest_dispex_vtbl,
|
&HTMLXMLHttpRequest_dispex_vtbl,
|
||||||
DispHTMLXMLHttpRequest_tid,
|
DispHTMLXMLHttpRequest_tid,
|
||||||
NULL,
|
|
||||||
HTMLXMLHttpRequest_iface_tids
|
HTMLXMLHttpRequest_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -909,7 +908,6 @@ static const tid_t HTMLXMLHttpRequestFactory_iface_tids[] = {
|
||||||
static dispex_static_data_t HTMLXMLHttpRequestFactory_dispex = {
|
static dispex_static_data_t HTMLXMLHttpRequestFactory_dispex = {
|
||||||
&HTMLXMLHttpRequestFactory_dispex_vtbl,
|
&HTMLXMLHttpRequestFactory_dispex_vtbl,
|
||||||
IHTMLXMLHttpRequestFactory_tid,
|
IHTMLXMLHttpRequestFactory_tid,
|
||||||
NULL,
|
|
||||||
HTMLXMLHttpRequestFactory_iface_tids
|
HTMLXMLHttpRequestFactory_iface_tids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue