| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 1e2fc08afe324154dbf894fabbbdf1ee5118bf8d..6819491d334fc8d445a5121137a4468d997670c3 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -134,7 +134,7 @@ abstract class Compiler implements LibraryLoaderListener {
|
| ResolvedUriTranslator get resolvedUriTranslator;
|
|
|
| LibraryElement mainApp;
|
| - FunctionElement mainFunction;
|
| + MethodElement mainFunction;
|
|
|
| DiagnosticReporter get reporter => _reporter;
|
| CommonElements get commonElements => _commonElements;
|
|
|