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:
parent
eb54df6374
commit
0987f7fdea
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue