| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index 77910e27cc4e572a159281486d1548c2b84df52b..9101649e4b40bae9819a29e243a49c8582c6471b 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -395,6 +395,7 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| }),
|
| new OptionHandler(Flags.allowNativeExtensions, setAllowNativeExtensions),
|
| new OptionHandler(Flags.generateCodeWithCompileTimeErrors, passThrough),
|
| + new OptionHandler(Flags.useMultiSourceInfo, passThrough),
|
| new OptionHandler(Flags.useNewSourceInfo, passThrough),
|
| new OptionHandler(Flags.testMode, passThrough),
|
|
|
|
|