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

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

Issue 10919127: Introduce AST cloning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/dart_backend/dart_backend.dart
diff --git a/lib/compiler/implementation/dart_backend/dart_backend.dart b/lib/compiler/implementation/dart_backend/dart_backend.dart
index 316ebb1c58f854667c9943a60437eb51eac67273..08f79923640d6c9133c6f4723a5d3edc1544c223 100644
--- a/lib/compiler/implementation/dart_backend/dart_backend.dart
+++ b/lib/compiler/implementation/dart_backend/dart_backend.dart
@@ -14,3 +14,4 @@
#source('emitter.dart');
#source('renamer.dart');
#source('placeholder_collector.dart');
+#source('utils.dart');

Powered by Google App Engine
This is Rietveld 408576698