| 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 bdce54ab95fae1f04394a23b2b6f53b1dc5546e4..4e34ccce653a9c08c5a17085542e5dfd7504bf2d 100644
|
| --- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
|
| @@ -18,4 +18,6 @@ dictionary SecurityPolicyViolationEventInit : EventInit {
|
| unsigned short statusCode;
|
| long lineNumber;
|
| long columnNumber;
|
| +
|
| + [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] DOMString scriptSample;
|
| };
|
|
|