Commit aa2be899 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Use DispDOMEvent for DOMEvent object.

parent a2d61dd4
......@@ -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) \
......
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