Commit 0987f7fd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Expose IHTMLUniqueName for IDispatch of all element objects.

parent eb54df63
......@@ -801,7 +801,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
static const tid_t HTMLAnchorElement_iface_tids[] = {
IHTMLAnchorElement_tid,
HTMLELEMENT_TIDS,
IHTMLUniqueName_tid,
0
};
......
......@@ -871,7 +871,6 @@ static const tid_t HTMLBodyElement_iface_tids[] = {
IHTMLBodyElement2_tid,
HTMLELEMENT_TIDS,
IHTMLTextContainer_tid,
IHTMLUniqueName_tid,
0
};
......
......@@ -722,7 +722,8 @@ typedef struct {
IHTMLElement_tid, \
IHTMLElement2_tid, \
IHTMLElement3_tid, \
IHTMLElement4_tid
IHTMLElement4_tid, \
IHTMLUniqueName_tid
extern cp_static_data_t HTMLElementEvents2_data DECLSPEC_HIDDEN;
#define HTMLELEMENT_CPC {&DIID_HTMLElementEvents2, &HTMLElementEvents2_data}
......
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