| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index c6f173ce08320d29d422888953de0ca00c465e41..13fb048b4d9ac9ea073db4a194d2b02322cfc078 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -126,7 +126,7 @@ void compile(List<String> argv) {
|
| new OptionHandler('--out=.+|-o.+', setOutput),
|
| new OptionHandler('--allow-mock-compilation', passThrough),
|
| new OptionHandler('--minify', passThrough),
|
| - new OptionHandler('--cut-declaration-types', passThrough),
|
| + new OptionHandler('--force-cut-declaration-types', passThrough),
|
| // TODO(ahe): Remove the --no-colors option.
|
| new OptionHandler('--disable-diagnostic-colors', (_) => enableColors = false),
|
| new OptionHandler('--enable-diagnostic-colors', (_) => enableColors = true),
|
|
|