| 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 db6a80ac13511267495807aeddd3ec3fb1df5bac..cb22f1a6f94e262f29cb4509ee0d169f674de97f 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -4885,6 +4885,8 @@ class SsaBuilder extends NewResolvedVisitor {
|
| ast.Send node,
|
| FunctionElement function,
|
| CallStructure callStructure) {
|
| + generateIsDeferredLoadedCheckIfNeeded(node);
|
| +
|
| List<HInstruction> inputs = makeStaticArgumentList(
|
| callStructure,
|
| node.arguments,
|
|
|