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

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

Issue 992963002: bindings: Adds missing [Unforgeable] extended attributes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Location.idl
diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl
index 99a3ae98706465d8b6431526402173ba828483b9..9ceca267619e2e953395c21a7799975e8eacd88b 100644
--- a/Source/core/frame/Location.idl
+++ b/Source/core/frame/Location.idl
@@ -52,9 +52,8 @@
readonly attribute DOMString origin;
- readonly attribute DOMStringList ancestorOrigins;
+ [Unforgeable] readonly attribute DOMStringList ancestorOrigins;
[NotEnumerable, Unforgeable, ImplementedAs=href] DOMString toString();
[NotEnumerable, Custom, Unforgeable] any valueOf();
};
-
« no previous file with comments | « no previous file | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698