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

Unified Diff: lib/compiler/implementation/leg.dart

Issue 10696194: Introduce CodeBuffer as StringBuffer replacement in compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 5 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: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 1e34058dfef43e0b574f73de41a0f66ed2fab037..d9a772f24b7d2a0b0384fb6f15760b8859062ad8 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -21,6 +21,7 @@
#import('../compiler.dart', prefix: 'api');
#import('patch_parser.dart');
+#source('code_buffer.dart');
#source('compile_time_constants.dart');
#source('compiler.dart');
#source('diagnostic_listener.dart');

Powered by Google App Engine
This is Rietveld 408576698