Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index 3062dbee3058e830a286c00379282e60c6c90cdc..14dd61a7c6bcc9045adc47cd815aec30ddd5938d 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -27868,10 +27868,6 @@ class Range extends Interceptor { |
@DocsEditable() |
void surroundContents(Node newParent) native; |
- @DomName('Range.toString') |
- @DocsEditable() |
- String toString() native; |
- |
/** |
* Checks if createContextualFragment is supported. |