Chromium Code Reviews| 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 082fd898cc9b3afdef183abed5c2d7dc4cb9be83..58cb470f9f1b09fe345a711323ef02730081047a 100644 |
| --- a/lib/compiler/implementation/dart_backend/backend.dart |
| +++ b/lib/compiler/implementation/dart_backend/backend.dart |
| @@ -102,7 +102,7 @@ class DartBackend extends Backend { |
| // Create renames. |
| Map<Node, String> renames = new Map<Node, String>(); |
| Map<LibraryElement, String> imports = new Map<LibraryElement, String>(); |
| - renamePlaceholders(compiler, collector, renames, imports, minify); |
| + renamePlaceholders(compiler, collector, renames, imports, minify, false); |
|
Anton Muhin
2012/08/28 09:13:37
please, make it a field, default to false
Roman
2012/08/28 12:49:30
Done.
|
| // Sort elements. |
| final sortedTopLevels = sortElements(topLevelElements); |