| Index: pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| index 27c224dc349f31d49780e660ed8b825074c2e972..3ab987d87f988f97745a0896e4edba03d675cc30 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| @@ -234,4 +234,7 @@ class Glue {
|
| bool hasStrictSubtype(ClassElement element) {
|
| return _compiler.world.hasAnyStrictSubtype(element);
|
| }
|
| +
|
| + ClassElement get jsExtendableArrayClass => _backend.jsExtendableArrayClass;
|
| + ClassElement get jsMutableArrayClass => _backend.jsMutableArrayClass;
|
| }
|
|
|