| 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 0ef26591b908ce4d5ecb0c34336f8993d993030a..6870ecb53ab37ce49816bd21571ceed387ae5838 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -2446,7 +2446,8 @@ class SsaBuilder extends NewResolvedVisitor {
|
| String name = kind == HTypeConversion.CAST_TYPE_CHECK
|
| ? '_asCheck' : '_assertCheck';
|
|
|
| - List arguments = [buildFunctionType(type), original];
|
| + List<HInstruction> arguments =
|
| + <HInstruction>[buildFunctionType(type), original];
|
| pushInvokeDynamic(
|
| null,
|
| new Selector.call(name, backend.jsHelperLibrary, 1),
|
|
|