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

Unified Diff: pkg/compiler/lib/src/js_backend/js_backend.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/enqueue.dart ('k') | pkg/compiler/lib/src/resolution/resolution.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/js_backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
index 6d542b4bbed0b8153ce0c9f2042e2f8f89082778..77908a33284449230cc8b2c42b73e382a564c584 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -48,9 +48,7 @@ import '../elements/visitor.dart' show
BaseElementVisitor;
import '../enqueue.dart' show
Enqueuer,
- ResolutionEnqueuer,
- WorldImpact;
-import '../helpers/helpers.dart';
+ ResolutionEnqueuer;
import '../io/code_output.dart';
import '../io/source_information.dart' show
SourceInformationStrategy,
@@ -85,6 +83,8 @@ import '../universe/selector.dart' show
Selector,
SelectorKind;
import '../universe/universe.dart';
+import '../universe/world_impact.dart' show
+ WorldImpact;
import '../util/characters.dart';
import '../util/util.dart';
import '../world.dart' show
« no previous file with comments | « pkg/compiler/lib/src/enqueue.dart ('k') | pkg/compiler/lib/src/resolution/resolution.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698