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

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

Issue 345393004: IDL: Support 'stringifier' keyword (Closed) 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
Index: Source/core/dom/Range.idl
diff --git a/Source/core/dom/Range.idl b/Source/core/dom/Range.idl
index e73f6d37add27f98cd288cdf59cc01bc0fef2402..a19ffa9c73e3a7f5abf23ae07fd06d64b525995b 100644
--- a/Source/core/dom/Range.idl
+++ b/Source/core/dom/Range.idl
@@ -56,7 +56,8 @@
[RaisesException, CustomElementCallbacks] void insertNode(Node newNode);
[RaisesException, CustomElementCallbacks] void surroundContents(Node newParent);
Range cloneRange();
- DOMString toString();
+
+ stringifier;
haraken 2014/06/23 16:33:19 Not related to this CL, doesn't this have [NotEnum
Jens Widell 2014/06/23 17:09:11 Doesn't in the spec (http://w3c.github.io/dom/#int
[DeprecateAs=RangeDetach] void detach();

Powered by Google App Engine
This is Rietveld 408576698