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

Unified Diff: pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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_emitter/startup_emitter/emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart
index a3f2a13be2d21f9c7f9c20198002425a188d8737..45ccabec333803cb213a711624fab6e834fef86b 100644
--- a/pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart
@@ -18,8 +18,8 @@ import '../../elements/elements.dart' show FieldElement;
import '../../js/js.dart' as js;
import '../../js_backend/js_backend.dart' show
-JavaScriptBackend,
-Namer;
+ JavaScriptBackend,
+ Namer;
import '../js_emitter.dart' show
NativeEmitter;
@@ -27,7 +27,7 @@ import '../js_emitter.dart' show
import '../js_emitter.dart' as emitterTask show
Emitter;
-import '../../util/util.dart' show
+import '../../diagnostics/spannable.dart' show
NO_LOCATION_SPANNABLE;
class Emitter implements emitterTask.Emitter {

Powered by Google App Engine
This is Rietveld 408576698