Index: Source/core/events/EventTarget.h |
diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h |
index 83194669306c5ad113a515c3a14b3a8ee02afbb9..076c7e90f016177875a7604f1e565a388eee3d5f 100644 |
--- a/Source/core/events/EventTarget.h |
+++ b/Source/core/events/EventTarget.h |
@@ -98,6 +98,7 @@ public: |
// Optionally, add a FooEvent.idl class, but that's outside the scope of this |
// comment (and much more straightforward). |
class EventTarget : public WillBeGarbageCollectedMixin, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
#if !ENABLE(OILPAN) |
void ref() { refEventTarget(); } |