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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2250193002: Move definition of Feature next to definitions of WorldImpact and Use (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index b79556e5e4187959d86c68965a39ea7851c8ac39..8433ec4a673c847d89e7ba91207891f35f2523de 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -17,10 +17,7 @@ import '../common/names.dart' show Identifiers, Selectors, Uris;
import '../common/registry.dart' show EagerRegistry, Registry;
import '../common/resolution.dart'
show
- Feature,
Frontend,
- ListLiteralUse,
- MapLiteralUse,
Resolution,
ResolutionImpact;
import '../common/tasks.dart' show CompilerTask;
@@ -55,6 +52,7 @@ import '../universe/selector.dart' show Selector, SelectorKind;
import '../universe/universe.dart';
import '../universe/use.dart'
show DynamicUse, StaticUse, StaticUseKind, TypeUse, TypeUseKind;
+import '../universe/feature.dart';
import '../universe/world_impact.dart'
show
ImpactStrategy,

Powered by Google App Engine
This is Rietveld 408576698