| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index cb39e7802767cb2599d7b35d9fd9d70d1954dc08..c45685ba8fe4e96e1cf62ee3e1ea8660f9265aea 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -377,7 +377,6 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| new OptionHandler(Option.showPackageWarnings, passThrough),
|
| new OptionHandler(Flags.useContentSecurityPolicy, passThrough),
|
| new OptionHandler(Flags.enableExperimentalMirrors, passThrough),
|
| - new OptionHandler(Flags.enableAssertMessage, passThrough),
|
|
|
| // TODO(floitsch): remove conditional directives flag.
|
| // We don't provide the info-message yet, since we haven't publicly
|
|
|