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

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

Issue 2772783002: Changed sample to script-sample in security policy violation events (Closed)
Patch Set: Whitespace cleanup 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 f2d1ed616649eb997f4d0d0ae4c911a70735f61a..777f1a5277f41ca96e85f99a372ac044008a72ce 100644
--- a/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
+++ b/third_party/WebKit/Source/core/events/SecurityPolicyViolationEventInit.idl
@@ -18,6 +18,5 @@ dictionary SecurityPolicyViolationEventInit : EventInit {
unsigned short statusCode;
long lineNumber;
long columnNumber;
-
[RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] DOMString sample;
};

Powered by Google App Engine
This is Rietveld 408576698