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

Unified Diff: sdk/lib/html/html_common/html_common_dartium.dart

Issue 11316113: Creating a common library for all DOM types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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: sdk/lib/html/html_common/html_common_dartium.dart
diff --git a/tests/language/export_cyclic_helper3.dart b/sdk/lib/html/html_common/html_common_dartium.dart
similarity index 82%
copy from tests/language/export_cyclic_helper3.dart
copy to sdk/lib/html/html_common/html_common_dartium.dart
index 6a92399e3234f7083daae724d9f2aa50f5be88b8..57fa3dbb8a3dfc8a15c1d963092ebe62774d7582 100644
--- a/tests/language/export_cyclic_helper3.dart
+++ b/sdk/lib/html/html_common/html_common_dartium.dart
@@ -2,6 +2,6 @@
// 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 export_cyclic_helper3;
+library html_common;
-class D {}
+part 'collections.dart';

Powered by Google App Engine
This is Rietveld 408576698