Commit 8985cf15 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Get rid of the custom query_interface for DOM Events.

Just use the dispex's query_interface. Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
parent 90f44553
......@@ -76,8 +76,6 @@ typedef struct DOMEvent {
DispatchEx dispex;
IDOMEvent IDOMEvent_iface;
void *(*query_interface)(struct DOMEvent*,REFIID);
nsIDOMEvent *nsevent;
eventid_t event_id;
......
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