| Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart (revision 29652)
|
| +++ sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart (working copy)
|
| @@ -223,7 +223,9 @@
|
| Compiler compiler = new apiimpl.Compiler(inputProvider,
|
| null,
|
| internalDiagnosticHandler,
|
| - libraryRoot, packageRoot, options);
|
| + libraryRoot, packageRoot,
|
| + options,
|
| + const {});
|
| compiler.librariesToAnalyzeWhenRun = libraries;
|
| return compiler.run(null).then((bool success) {
|
| if (success && !compilationFailed) {
|
|
|