| Index: dart/lib/compiler/implementation/apiimpl.dart
|
| diff --git a/dart/lib/compiler/implementation/apiimpl.dart b/dart/lib/compiler/implementation/apiimpl.dart
|
| index 5e4ae29c1540832fbd5dead258c7f14fce268ec0..f41bbe541524b3a1b3210c1eb470ffeecf2d78a7 100644
|
| --- a/dart/lib/compiler/implementation/apiimpl.dart
|
| +++ b/dart/lib/compiler/implementation/apiimpl.dart
|
| @@ -122,7 +122,7 @@ class Compiler extends leg.Compiler {
|
| }
|
| }
|
|
|
| - bool get isMockCompilation() {
|
| + bool get isMockCompilation {
|
| return mockableLibraryUsed
|
| && (options.indexOf('--allow-mock-compilation') !== -1);
|
| }
|
|
|