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

Unified Diff: pkg/compiler/lib/src/compiler.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/common/work.dart ('k') | pkg/compiler/lib/src/dart_backend/dart_backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 9f1484332e5f33016caad96a3dca37adb7c7bd40..9c7995aa321fd7abeafb25a15ff95e1e88fd3e24 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -69,8 +69,7 @@ import 'enqueue.dart' show
Enqueuer,
EnqueueTask,
ResolutionEnqueuer,
- QueueFilter,
- WorldImpact;
+ QueueFilter;
import 'io/source_information.dart' show
SourceInformation;
import 'js_backend/js_backend.dart' as js_backend show
@@ -127,6 +126,8 @@ import 'universe/selector.dart' show
Selector;
import 'universe/universe.dart' show
Universe;
+import 'universe/world_impact.dart' show
+ WorldImpact;
import 'util/util.dart' show
Link,
Setlet;
« no previous file with comments | « pkg/compiler/lib/src/common/work.dart ('k') | pkg/compiler/lib/src/dart_backend/dart_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698