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

Unified Diff: Source/core/page/Selection.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/URLUtilsReadOnly.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Selection.idl
diff --git a/Source/core/page/Selection.idl b/Source/core/page/Selection.idl
index 53b0826171bd7f6edf7d947f72554f62c79f969f..dd9e32b0a84365e8d2c69563458d440e9cd1fc75 100644
--- a/Source/core/page/Selection.idl
+++ b/Source/core/page/Selection.idl
@@ -58,7 +58,7 @@
void removeAllRanges();
void addRange([Default=Undefined] optional Range range);
- [NotEnumerable] DOMString toString();
+ DOMString toString();
// WebKit extensions
[MeasureAs=SelectionBaseNode] readonly attribute Node baseNode;
« no previous file with comments | « Source/core/dom/URLUtilsReadOnly.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698