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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 2678593002: Revert "Add Selection.toString() calling the native method" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 3 years, 10 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:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 14dd61a7c6bcc9045adc47cd815aec30ddd5938d..a1e5a4c422af450fdad3006a0e037ad24de79107 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -29273,13 +29273,12 @@ class SelectElement extends HtmlElement {
}
}
}
-// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
-
+@DocsEditable()
@DomName('Selection')
@Native("Selection")
class Selection extends Interceptor {
@@ -29395,10 +29394,6 @@ class Selection extends Interceptor {
@DocsEditable()
@Experimental() // non-standard
void setPosition(Node node, [int offset]) native;
-
- @DomName('Selection.toString')
- @DocsEditable()
- String toString() native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698