Index: Source/core/events/SecurityPolicyViolationEvent.h |
diff --git a/Source/core/events/SecurityPolicyViolationEvent.h b/Source/core/events/SecurityPolicyViolationEvent.h |
index de3afd24a0ecf41237956ec63987abe476baf7dd..146e0a20aeeed8b5f75af731ba66029631a59964 100644 |
--- a/Source/core/events/SecurityPolicyViolationEvent.h |
+++ b/Source/core/events/SecurityPolicyViolationEvent.h |
@@ -47,6 +47,7 @@ struct SecurityPolicyViolationEventInit : public EventInit { |
}; |
class SecurityPolicyViolationEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<SecurityPolicyViolationEvent> create() |
{ |