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

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

Issue 2642063003: Use entities in class_stub_generator. (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/code_emitter_task.dart
diff --git a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
index 9fc7ff55216b49bf679e8df69398d019fc8c4a66..3a7fd5458e9d2c4e3bb243140763e9b4e776c465 100644
--- a/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
+++ b/pkg/compiler/lib/src/js_emitter/code_emitter_task.dart
@@ -12,17 +12,14 @@ import '../compiler.dart' show Compiler;
import '../constants/values.dart';
import '../elements/elements.dart'
show
- ClassElement,
- Entity,
- FieldElement,
- FunctionElement,
- MethodElement,
- TypeVariableElement;
+ ClassElement,
+ Entity,
+ FieldElement,
+ FunctionElement,
+ MethodElement,
+ TypeVariableElement;
import '../js/js.dart' as jsAst;
-import '../js_backend/js_backend.dart'
- show
- JavaScriptBackend,
- Namer;
+import '../js_backend/js_backend.dart' show JavaScriptBackend, Namer;
import '../world.dart' show ClosedWorld;
import 'full_emitter/emitter.dart' as full_js_emitter;
import 'lazy_emitter/emitter.dart' as lazy_js_emitter;

Powered by Google App Engine
This is Rietveld 408576698