Index: third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
index cfdfce096d153cc79258cf197361be1868ff1621..3b4f2b293e265ac5ab529f9325b04690bca73b47 100644 |
--- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
+++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl |
@@ -45,4 +45,6 @@ enum SecurityPolicyViolationEventDisposition { |
[Measure] readonly attribute unsigned short statusCode; |
readonly attribute long lineNumber; |
readonly attribute long columnNumber; |
+ |
+ [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] readonly attribute DOMString scriptSample; |
}; |