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

Unified Diff: Source/core/dom/URLUtilsReadOnly.idl

Issue 345983004: Drop [NotEnumerable] from various toString() operations Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/dom/URLUtils.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/dom/URLUtilsReadOnly.idl
diff --git a/Source/core/dom/URLUtilsReadOnly.idl b/Source/core/dom/URLUtilsReadOnly.idl
index 579ec8412e7416ed4f5672b04b1909374f20b727..8e056998fe91766fc2037cc7319d28066dc3328d 100644
--- a/Source/core/dom/URLUtilsReadOnly.idl
+++ b/Source/core/dom/URLUtilsReadOnly.idl
@@ -31,7 +31,7 @@
// FIXME: should be stringifier: http://crbug.com/306606
// stringifier readonly attribute DOMString href;
readonly attribute DOMString href;
- [NotEnumerable, ImplementedAs=href] DOMString toString();
+ [ImplementedAs=href] DOMString toString();
readonly attribute DOMString origin;
readonly attribute DOMString protocol;
« no previous file with comments | « Source/core/dom/URLUtils.idl ('k') | Source/core/page/Selection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698