| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index d900eb0b7e0f8251316fa6f581f2df5f66dc2988..cb39e7802767cb2599d7b35d9fd9d70d1954dc08 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -335,7 +335,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler(Flags.allowMockCompilation, passThrough),
|
| new OptionHandler(Flags.fastStartup, passThrough),
|
| new OptionHandler(Flags.genericMethodSyntax, ignoreOption),
|
| - new OptionHandler(Flags.initializingFormalAccess, passThrough),
|
| + new OptionHandler(Flags.initializingFormalAccess, ignoreOption),
|
| new OptionHandler('${Flags.minify}|-m', implyCompilation),
|
| new OptionHandler(Flags.preserveUris, passThrough),
|
| new OptionHandler('--force-strip=.*', setStrip),
|
|
|