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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart

Issue 27510003: Scanner for UTF-8 byte arrays (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes compiler tests Created 7 years, 2 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: 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;

Powered by Google App Engine
This is Rietveld 408576698