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