Index: sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart |
index e86a05db059f1f2505c5047960778c051d3fb8a3..cf261caf706f1b1e45f9edd90f41201d1bb753f6 100644 |
--- a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart |
+++ b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart |
@@ -40,7 +40,8 @@ import '../js_backend/js_backend.dart' show |
TypeVariableHandler; |
import '../source_file.dart' show |
- SourceFile; |
+ SourceFile, |
+ StringSourceFile; |
import '../source_map_builder.dart' show |
SourceMapBuilder; |