| 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..f2d1ed616649eb997f4d0d0ae4c911a70735f61a 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 sample;
|
| };
|
|
|