Commit 9306e9b6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Use IHTMLElement3 in IDispatchEx.

parent f462e414
......@@ -180,6 +180,7 @@ static const tid_t HTMLCommentElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLCommentElement_tid,
0
};
......
......@@ -1369,6 +1369,7 @@ static const tid_t HTMLElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
0
};
......
......@@ -157,7 +157,7 @@ static const tid_t HTMLGenericElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLGenericElement_tid,
0
};
......
......@@ -567,6 +567,7 @@ static const tid_t HTMLImgElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLImgElement_tid,
0
};
......
......@@ -1090,6 +1090,7 @@ static const tid_t HTMLInputElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLInputElement_tid,
0
};
......
......@@ -328,6 +328,7 @@ static const tid_t HTMLOptionElement_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLOptionElement_tid,
0
};
......
......@@ -468,6 +468,7 @@ static const tid_t HTMLSelectElement_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLSelectElement_tid,
0
};
......
......@@ -562,6 +562,7 @@ static const tid_t HTMLTable_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLTable_tid,
0
};
......
......@@ -305,6 +305,7 @@ static const tid_t HTMLTableRow_iface_tids[] = {
IHTMLDOMNode2_tid,
IHTMLElement_tid,
IHTMLElement2_tid,
IHTMLElement3_tid,
IHTMLTableRow_tid,
0
};
......
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