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