| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index a12ebdc735cfc911590858011e3c7787acc1ccf5..74a46e5b07330f8d5f38314cac9c8f7c2f6a91af 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -4302,7 +4302,7 @@ class SsaBuilder extends ResolvedVisitor {
|
| push(foreign);
|
| TypesInferrer inferrer = compiler.typesTask.typesInferrer;
|
| if (inferrer.isFixedArrayCheckedForGrowable(send)) {
|
| - js.Template code = js.js.parseForeignJS(r'#.fixed$length = init');
|
| + js.Template code = js.js.parseForeignJS(r'#.fixed$length = Array');
|
| // We set the instruction as [canThrow] to avoid it being dead code.
|
| // We need a finer grained side effect.
|
| add(new HForeign(
|
|
|