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:
Jacek Caban 2018-02-05 17:29:50 +01:00 committed by Alexandre Julliard
parent a2d61dd4d7
commit aa2be899a6
2 changed files with 2 additions and 1 deletions

View File

@ -1476,7 +1476,7 @@ static const tid_t DOMEvent_iface_tids[] = {
static dispex_static_data_t DOMEvent_dispex = { static dispex_static_data_t DOMEvent_dispex = {
NULL, NULL,
IDOMEvent_tid, DispDOMEvent_tid,
DOMEvent_iface_tids DOMEvent_iface_tids
}; };

View File

@ -80,6 +80,7 @@ typedef struct EventTarget EventTarget;
XDIID(DispCEventObj) \ XDIID(DispCEventObj) \
XDIID(DispCPlugins) \ XDIID(DispCPlugins) \
XDIID(DispDOMChildrenCollection) \ XDIID(DispDOMChildrenCollection) \
XDIID(DispDOMEvent) \
XDIID(DispHTMLAnchorElement) \ XDIID(DispHTMLAnchorElement) \
XDIID(DispHTMLAreaElement) \ XDIID(DispHTMLAreaElement) \
XDIID(DispHTMLAttributeCollection) \ XDIID(DispHTMLAttributeCollection) \