Index: Source/core/events/ErrorEvent.h |
diff --git a/Source/core/events/ErrorEvent.h b/Source/core/events/ErrorEvent.h |
index 637d95cd7dc1e7f2f36c4d6dba2d5efda0d358e1..89a9ae13abd55126e5c342a5dd3a16d677c5e29f 100644 |
--- a/Source/core/events/ErrorEvent.h |
+++ b/Source/core/events/ErrorEvent.h |
@@ -48,6 +48,7 @@ struct ErrorEventInit : public EventInit { |
}; |
class ErrorEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<ErrorEvent> create() |
{ |