mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.
This commit is contained in:
parent
630252c12d
commit
1ee46d4814
|
@ -84,7 +84,6 @@ static REFIID tid_ids[] = {
|
|||
&IID_IHTMLBodyElement,
|
||||
&IID_IHTMLBodyElement2,
|
||||
&IID_IHTMLCommentElement,
|
||||
&IID_IHTMLControlElement,
|
||||
&IID_IHTMLDocument2,
|
||||
&IID_IHTMLDocument3,
|
||||
&IID_IHTMLDocument4,
|
||||
|
|
|
@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
|
|||
static const tid_t HTMLBodyElement_iface_tids[] = {
|
||||
IHTMLBodyElement_tid,
|
||||
IHTMLBodyElement2_tid,
|
||||
IHTMLControlElement_tid,
|
||||
IHTMLDOMNode_tid,
|
||||
IHTMLDOMNode2_tid,
|
||||
IHTMLElement_tid,
|
||||
|
|
|
@ -80,7 +80,6 @@ typedef enum {
|
|||
IHTMLBodyElement_tid,
|
||||
IHTMLBodyElement2_tid,
|
||||
IHTMLCommentElement_tid,
|
||||
IHTMLControlElement_tid,
|
||||
IHTMLDocument2_tid,
|
||||
IHTMLDocument3_tid,
|
||||
IHTMLDocument4_tid,
|
||||
|
|
Loading…
Reference in New Issue