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

Unified Diff: lib/compiler/implementation/lib/core.dart

Issue 10977033: Cleanup the core/object.dart file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: lib/compiler/implementation/lib/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index dec89669157770c3dd97161b95db5938ec45c05d..7baf347ada784b4161ee70b1b0ec3e1da6d76802 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -21,6 +21,7 @@
#source('../../../../lib/core/function.dart');
#source('../../../../lib/core/future.dart');
#source('../../../../lib/core/hashable.dart');
+#source('../../../../lib/core/identical.dart');
#source('../../../../lib/core/int.dart');
#source('../../../../lib/core/iterable.dart');
#source('../../../../lib/core/iterator.dart');
@@ -38,3 +39,4 @@
#source('../../../../lib/core/string.dart');
#source('../../../../lib/core/string_buffer.dart');
#source('../../../../lib/core/strings.dart');
+#source('../../../../lib/core/type.dart');

Powered by Google App Engine
This is Rietveld 408576698