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

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

Issue 10836261: dart2dart Preproces placeholders instead of renaming them lazily, (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/backend.dart
diff --git a/lib/compiler/implementation/dart_backend/backend.dart b/lib/compiler/implementation/dart_backend/backend.dart
index 74b2bc7a0bea2fcd42898d2ec36bbe717376d876..0dd811ce17d979ea948092899e1ac4721c196149 100644
--- a/lib/compiler/implementation/dart_backend/backend.dart
+++ b/lib/compiler/implementation/dart_backend/backend.dart
@@ -75,7 +75,7 @@ class DartBackend extends Backend {
classes.forEach(collectElement);
ConflictingRenamer renamer =
- new ConflictingRenamer(compiler, collector.placeholders);
+ new ConflictingRenamer(compiler, collector);
Emitter emitter = new Emitter(compiler, renamer);
resolvedElements.forEach((element, treeElements) {
if (!shouldOutput(element)) return;

Powered by Google App Engine
This is Rietveld 408576698