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

Unified Diff: Source/core/page/SecurityPolicy.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 7 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
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/page/Selection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/SecurityPolicy.idl
diff --git a/Source/core/page/DOMSecurityPolicy.idl b/Source/core/page/SecurityPolicy.idl
similarity index 96%
rename from Source/core/page/DOMSecurityPolicy.idl
rename to Source/core/page/SecurityPolicy.idl
index a765698764b3c2dd7a6c6363c3d97d634600f1ca..f5651dac093f24614a83d269b1170332e167f7f8 100644
--- a/Source/core/page/DOMSecurityPolicy.idl
+++ b/Source/core/page/SecurityPolicy.idl
@@ -23,8 +23,8 @@
*/
[
- InterfaceName=SecurityPolicy
-] interface DOMSecurityPolicy {
+ ImplementedAs=DOMSecurityPolicy
+] interface SecurityPolicy {
readonly attribute boolean allowsEval;
readonly attribute boolean allowsInlineScript;
readonly attribute boolean allowsInlineStyle;
« no previous file with comments | « Source/core/page/DOMWindow.idl ('k') | Source/core/page/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698