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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 2669103003: Add Selection.toString() calling the native method (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Previous merge was a mistake, undoing 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
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index e4f8fe3bbcde259a7de30d6ab31fc4cc0df15c7d..3834cccb7cebede1404e11ac52e3a3cefca4f3a9 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -32853,14 +32853,13 @@ class SelectElement extends HtmlElement {
}
}
}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2017, 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')
class Selection extends DartHtmlDomObject {
// To suppress missing implicit constructor warnings.

Powered by Google App Engine
This is Rietveld 408576698