Commit 548b6811 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Use separate dispex destructors for different event types.

And get rid of the destroy method. This especially simplifies it when traversal and unlinking is implemented. Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
parent 6a2ca11c
......@@ -78,7 +78,6 @@ typedef struct DOMEvent {
LONG ref;
void *(*query_interface)(struct DOMEvent*,REFIID);
void (*destroy)(struct DOMEvent*);
nsIDOMEvent *nsevent;
......
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