| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 0c4590a0c3278e9ece63f6f6f37816e15640e870..19fba4a53261a32e10354a9f31356e208b16d5e8 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -169,6 +169,10 @@ class CodegenRegistry extends Registry {
|
| world.registerStaticUse(element);
|
| }
|
|
|
| + void registerDirectInvocation(Element element) {
|
| + world.registerStaticUse(element);
|
| + }
|
| +
|
| void registerInstantiation(InterfaceType type) {
|
| world.registerInstantiatedType(type, this);
|
| }
|
|
|