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

Unified Diff: pkg/compiler/lib/src/js/js.dart

Issue 812233004: Add CodeOutput to prepare for emission without in-memory buffers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/js.dart
diff --git a/pkg/compiler/lib/src/js/js.dart b/pkg/compiler/lib/src/js/js.dart
index 94cae0fc1fa60eb638fe74a5d98a3b328a56ed78..dc67462bb71416fe9309eb7257e6a7c6d106f731 100644
--- a/pkg/compiler/lib/src/js/js.dart
+++ b/pkg/compiler/lib/src/js/js.dart
@@ -7,7 +7,7 @@ library js;
import 'precedence.dart';
import '../util/characters.dart' as charCodes;
import '../util/util.dart';
-
+import '../io/code_output.dart' show CodeBuffer;
import '../js_emitter/js_emitter.dart' show USE_NEW_EMITTER;
// TODO(floitsch): remove this dependency (currently necessary for the

Powered by Google App Engine
This is Rietveld 408576698