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