Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/compiler.dart (revision 17700) |
| +++ sdk/lib/_internal/compiler/implementation/compiler.dart (working copy) |
| @@ -129,6 +129,7 @@ |
| SourceString getCheckedModeHelper(DartType type) => null; |
| void registerInstantiatedClass(ClassElement cls, Enqueuer enqueuer) {} |
| + ClassElement get listImplementation => compiler.listClass; |
| } |
| /** |