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

Unified Diff: third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.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/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;
};

Powered by Google App Engine
This is Rietveld 408576698