Index: third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl |
diff --git a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl |
index ad89203932b9277a51f1fa655dd1a52a05a3431a..bdce54ab95fae1f04394a23b2b6f53b1dc5546e4 100644 |
--- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl |
+++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://w3c.github.io/webappsec/specs/content-security-policy/#securitypolicyviolationevent-interface |
+// https://w3c.github.io/webappsec-csp/#idl-index |
dictionary SecurityPolicyViolationEventInit : EventInit { |
// TODO(foolip): The spec says "documentURL". |
@@ -13,6 +13,7 @@ dictionary SecurityPolicyViolationEventInit : EventInit { |
DOMString violatedDirective; |
DOMString effectiveDirective; |
DOMString originalPolicy; |
+ SecurityPolicyViolationEventDisposition disposition; |
DOMString sourceFile; |
unsigned short statusCode; |
long lineNumber; |