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

Unified Diff: pkg/compiler/lib/src/js_emitter/constant_ordering.dart

Issue 2667473003: Move Entity and Local to entities.dart (Closed)
Patch Set: Created 3 years, 11 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_emitter/constant_ordering.dart
diff --git a/pkg/compiler/lib/src/js_emitter/constant_ordering.dart b/pkg/compiler/lib/src/js_emitter/constant_ordering.dart
index 49b77e7ab8f031232eafb3c475bb28a9964d91f3..6ec0eb51ce7fc87cb67c57fc87b79772d580a5e0 100644
--- a/pkg/compiler/lib/src/js_emitter/constant_ordering.dart
+++ b/pkg/compiler/lib/src/js_emitter/constant_ordering.dart
@@ -5,8 +5,8 @@
library dart2js.js_emitter.constant_ordering;
import '../constants/values.dart';
-import '../elements/elements.dart' show Entity, Elements;
-import '../elements/entities.dart' show FieldEntity;
+import '../elements/elements.dart' show Elements;
+import '../elements/entities.dart' show Entity, FieldEntity;
import '../elements/resolution_types.dart';
import '../js_backend/js_backend.dart' show SyntheticConstantKind;
import '../tree/dartstring.dart' show DartString;

Powered by Google App Engine
This is Rietveld 408576698