Index: core/dom/SecurityPolicyViolationEvent.idl |
diff --git a/core/dom/SecurityPolicyViolationEvent.idl b/core/dom/SecurityPolicyViolationEvent.idl |
index 528b0cc21d7b2092886e9d8036283ff736b08c37..8eab91ebba14d8fe41812b9b769f61b76457b643 100644 |
--- a/core/dom/SecurityPolicyViolationEvent.idl |
+++ b/core/dom/SecurityPolicyViolationEvent.idl |
@@ -35,4 +35,5 @@ |
[InitializedByEventConstructor] readonly attribute DOMString sourceFile; |
[InitializedByEventConstructor] readonly attribute long lineNumber; |
[InitializedByEventConstructor] readonly attribute long columnNumber; |
+ [InitializedByEventConstructor] readonly attribute long statusCode; |
}; |