| Index: sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| index 6a3ddb834c58fd0332a739eb34981f13b7d70a3c..0c060b79601e47708213f13f0b962d4fc3657763 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -227,8 +227,8 @@ class DartBackend extends Backend {
|
| computeElementAst: computeElementAst,
|
| shouldOutput: shouldOutput,
|
| isSafeToRemoveTypeDeclarations: isSafeToRemoveTypeDeclarations,
|
| + sortElements: sortElements,
|
| mirrorRenamer: mirrorRenamer,
|
| - mainLibrary: compiler.mainApp,
|
| mainFunction: compiler.mainFunction,
|
| outputUri: compiler.outputUri);
|
| compiler.assembledCode = assembledCode;
|
|
|