Chromium Code Reviews| Index: dart/frog/leg/compiler.dart |
| diff --git a/dart/frog/leg/compiler.dart b/dart/frog/leg/compiler.dart |
| index 76ada7b3ae651e37a1cf93d57475c31a902971c1..3cdedd5de1ab87a4834eae9ed0fee13f4fcb4843 100644 |
| --- a/dart/frog/leg/compiler.dart |
| +++ b/dart/frog/leg/compiler.dart |
| @@ -470,6 +470,8 @@ class Compiler implements DiagnosticListener { |
| } |
| Element findHelper(SourceString name) => jsHelperLibrary.find(name); |
| + |
| + bool get isMockCompilation() => false; |
| } |
| class CompilerTask { |