| 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 0410fc1f55a77a77988c09fc163686f2857bf753..1b1a54f5bd7b4533c91021a06e650457b1cd458c 100644
|
| --- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl
|
| @@ -45,6 +45,5 @@ enum SecurityPolicyViolationEventDisposition {
|
| [Measure] readonly attribute unsigned short statusCode;
|
| readonly attribute long lineNumber;
|
| readonly attribute long columnNumber;
|
| -
|
| [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] readonly attribute DOMString sample;
|
| };
|
|
|