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

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

Issue 11088022: Move RuntimeTypeInformation to its own library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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
« no previous file with comments | « lib/compiler/implementation/ssa/ssa.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/universe/universe.dart
diff --git a/lib/compiler/implementation/universe/universe.dart b/lib/compiler/implementation/universe/universe.dart
index ef9500b56b45f9cb9801bee93a26fcc0863ec3ab..3baa353b64a6cb4590542ab0b1d7df70428119af 100644
--- a/lib/compiler/implementation/universe/universe.dart
+++ b/lib/compiler/implementation/universe/universe.dart
@@ -8,8 +8,7 @@
#import('../elements/elements.dart');
#import('../leg.dart');
#import('../scanner/scannerlib.dart');
-// For RuntimeTypeInformation. TODO(ngeoffray): remove this dependency.
-#import('../ssa/ssa.dart');
+#import('../runtime_types.dart');
#import('../tree/tree.dart');
#import('../util/util.dart');
« no previous file with comments | « lib/compiler/implementation/ssa/ssa.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698