| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (revision 17700)
|
| +++ sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (working copy)
|
| @@ -1203,4 +1203,9 @@
|
| Element getGetRuntimeTypeInfo() {
|
| return compiler.findHelper(const SourceString('getRuntimeTypeInfo'));
|
| }
|
| +
|
| + ClassElement get listImplementation {
|
| + assert(jsArrayClass != null);
|
| + return jsArrayClass;
|
| + }
|
| }
|
|
|