Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/compiler.dart (revision 14840) |
| +++ sdk/lib/_internal/compiler/implementation/compiler.dart (working copy) |
| @@ -87,6 +87,7 @@ |
| } |
| SourceString getCheckedModeHelper(DartType type) => null; |
| + void registerInstantiatedClass(ClassElement cls, Enqueuer enqueuer) {} |
| Element getInterceptor(Selector selector); |
| } |