mshtml: Expose IHTMLUniqueName for IDispatch of all element objects.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2016-01-11 14:02:11 +01:00 committed by Alexandre Julliard
parent eb54df6374
commit 0987f7fdea
3 changed files with 2 additions and 3 deletions

View file

@ -801,7 +801,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
static const tid_t HTMLAnchorElement_iface_tids[] = {
IHTMLAnchorElement_tid,
HTMLELEMENT_TIDS,
IHTMLUniqueName_tid,
0
};

View file

@ -871,7 +871,6 @@ static const tid_t HTMLBodyElement_iface_tids[] = {
IHTMLBodyElement2_tid,
HTMLELEMENT_TIDS,
IHTMLTextContainer_tid,
IHTMLUniqueName_tid,
0
};

View file

@ -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}