| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 22771)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -1648,6 +1648,8 @@
|
| new js.PropertyAccess.field(prototype, methodName);
|
| push(jsPropertyCall(
|
| method, "call", visitArguments(node.inputs, start: 0)), node);
|
| + // Register this invocation to collect the types used at all call sites.
|
| + backend.registerDynamicInvocation(node, node.selector);
|
| }
|
| world.registerStaticUse(superMethod);
|
| }
|
|
|