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

Unified Diff: pkg/compiler/lib/src/resolution/resolution.dart

Issue 1394793004: Move WorldImpact to universe/world_impact.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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 | « pkg/compiler/lib/src/js_backend/js_backend.dart ('k') | pkg/compiler/lib/src/serialization/task.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/resolution/resolution.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
index 625fd21eb98b197d53eb037e98e00cd7cde1df8b..dfd6b1dd9089a2313ce856882d46955a4cf102c0 100644
--- a/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/pkg/compiler/lib/src/resolution/resolution.dart
@@ -36,8 +36,6 @@ import '../elements/modelx.dart' show
ParameterMetadataAnnotation,
SetterElementX,
TypedefElementX;
-import '../enqueue.dart' show
- WorldImpact;
import '../tokens/token.dart' show
isBinaryOperator,
isMinusOperator,
@@ -45,6 +43,8 @@ import '../tokens/token.dart' show
isUnaryOperator,
isUserDefinableOperator;
import '../tree/tree.dart';
+import '../universe/world_impact.dart' show
+ WorldImpact;
import '../util/util.dart' show
Link,
LinkBuilder,
« no previous file with comments | « pkg/compiler/lib/src/js_backend/js_backend.dart ('k') | pkg/compiler/lib/src/serialization/task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698