| Index: tools/dom/templates/html/impl/impl_Range.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Range.darttemplate b/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| index 3c1c080ed53e04235f94baf666c0a621e4307bcb..e9787d5013082b7ba9b6cd26f7afc6b9ecae94d7 100644
|
| --- a/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Range.darttemplate
|
| @@ -13,6 +13,12 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS
|
| document._caretRangeFromPoint(point.x, point.y);
|
| $!MEMBERS
|
|
|
| +$if DART2JS
|
| + @DomName('Range.toString')
|
| + @DocsEditable()
|
| + String toString() native;
|
| +$endif
|
| +
|
| /**
|
| * Checks if createContextualFragment is supported.
|
| *
|
|
|