Chromium Code Reviews| Index: lib/compiler/implementation/compiler.dart |
| =================================================================== |
| --- lib/compiler/implementation/compiler.dart (revision 11610) |
| +++ lib/compiler/implementation/compiler.dart (working copy) |
| @@ -61,6 +61,8 @@ |
| ItemCompilationContext createItemCompilationContext() { |
| return new ItemCompilationContext(); |
| } |
| + |
| + SourceString getCheckedModeHelper(Type type) => null; |
| } |
| class Compiler implements DiagnosticListener { |