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

Unified Diff: tool/input_sdk/lib/html/html_common/html_common.dart

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 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:
View side-by-side diff with in-line comments
Download patch
Index: tool/input_sdk/lib/html/html_common/html_common.dart
diff --git a/tool/input_sdk/lib/html/html_common/html_common.dart b/tool/input_sdk/lib/html/html_common/html_common.dart
index 48cc5b75515f8fc5b5afd5c409bbcb08d1cd72ff..c2e164497f639a58efc3f4cf6bb385526841a2c0 100644
--- a/tool/input_sdk/lib/html/html_common/html_common.dart
+++ b/tool/input_sdk/lib/html/html_common/html_common.dart
@@ -2,7 +2,7 @@
// 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.
-library dart.dom.html_common;
+library html_common;
import 'dart:async';
import 'dart:collection';
« no previous file with comments | « tool/input_sdk/lib/html/html_common/device.dart ('k') | tool/input_sdk/lib/html/html_common/html_common_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698