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

Unified Diff: Source/core/frame/Window.idl

Issue 77693002: [DoNotCheckSecurity=Getter] => [DoNotCheckSecurity] for readonly attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index 2cc006b19b6b7a3a7d2e0c983e4476e4b98a2206..fc2ac3f5f7bc0683c20a193d715355b3f76e6965 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -103,7 +103,7 @@
[DoNotCheckSecurity] readonly attribute boolean closed;
- [Replaceable, DoNotCheckSecurity=Getter] readonly attribute unsigned long length;
+ [Replaceable, DoNotCheckSecurity] readonly attribute unsigned long length;
attribute DOMString name;
@@ -113,13 +113,13 @@
[ImplementedAs=defaultStatus] attribute DOMString defaultstatus;
// Self referential attributes
- [Replaceable, DoNotCheckSecurity=Getter] readonly attribute Window self;
+ [Replaceable, DoNotCheckSecurity] readonly attribute Window self;
[DoNotCheckSecurity, Unforgeable] readonly attribute Window window;
- [Replaceable, DoNotCheckSecurity=Getter] readonly attribute Window frames;
+ [Replaceable, DoNotCheckSecurity] readonly attribute Window frames;
[DoNotCheckSecurity=Getter, Custom=Setter] attribute Window opener;
- [Replaceable, DoNotCheckSecurity=Getter] readonly attribute Window parent;
- [DoNotCheckSecurity=Getter, Unforgeable] readonly attribute Window top;
+ [Replaceable, DoNotCheckSecurity] readonly attribute Window parent;
+ [DoNotCheckSecurity, Unforgeable] readonly attribute Window top;
// DOM Level 2 AbstractView Interface
readonly attribute Document document;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698