mshtml: Use DispDOMEvent for DOMEvent object.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a2d61dd4d7
commit
aa2be899a6
|
@ -1476,7 +1476,7 @@ static const tid_t DOMEvent_iface_tids[] = {
|
|||
|
||||
static dispex_static_data_t DOMEvent_dispex = {
|
||||
NULL,
|
||||
IDOMEvent_tid,
|
||||
DispDOMEvent_tid,
|
||||
DOMEvent_iface_tids
|
||||
};
|
||||
|
||||
|
|
|
@ -80,6 +80,7 @@ typedef struct EventTarget EventTarget;
|
|||
XDIID(DispCEventObj) \
|
||||
XDIID(DispCPlugins) \
|
||||
XDIID(DispDOMChildrenCollection) \
|
||||
XDIID(DispDOMEvent) \
|
||||
XDIID(DispHTMLAnchorElement) \
|
||||
XDIID(DispHTMLAreaElement) \
|
||||
XDIID(DispHTMLAttributeCollection) \
|
||||
|
|
Loading…
Reference in New Issue