Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl

Issue 2784673005: Removed experimental features check for the "script-sample" feature (Closed)
Patch Set: Interface changes Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1b1a54f5bd7b4533c91021a06e650457b1cd458c..b05f63241d8440b82e9464979b70369f340548c7 100644
--- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl
+++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent.idl
@@ -45,5 +45,5 @@ enum SecurityPolicyViolationEventDisposition {
[Measure] readonly attribute unsigned short statusCode;
readonly attribute long lineNumber;
readonly attribute long columnNumber;
- [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] readonly attribute DOMString sample;
+ readonly attribute DOMString sample;
};

Powered by Google App Engine
This is Rietveld 408576698