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

Unified Diff: pkg/compiler/lib/src/js_backend/native_data.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_backend/native_data.dart
diff --git a/pkg/compiler/lib/src/js_backend/native_data.dart b/pkg/compiler/lib/src/js_backend/native_data.dart
index e30010d00103453b7db4de0a2a9263f3c266a236..86056cec9e2dc25d4f819b0bb4ee64ebe4167cb3 100644
--- a/pkg/compiler/lib/src/js_backend/native_data.dart
+++ b/pkg/compiler/lib/src/js_backend/native_data.dart
@@ -6,13 +6,8 @@ library js_backend.native_data;
import '../common.dart';
import '../elements/elements.dart'
- show
- ClassElement,
- Element,
- Entity,
- FieldElement,
- FunctionElement,
- MemberElement;
+ show ClassElement, Element, FieldElement, FunctionElement, MemberElement;
+import '../elements/entities.dart';
import '../native/behavior.dart' show NativeBehavior;
/// Additional element information for native classes and methods and js-interop
« no previous file with comments | « pkg/compiler/lib/src/js_backend/enqueuer.dart ('k') | pkg/compiler/lib/src/js_emitter/code_emitter_task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698