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(); |