| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index 993676438e8d88c2b009f50d4ae5a1c138e026ac..b07f3c646f39d83d05f8c713abfca18c7c89fbac 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 registerSuperInvocation(Element element) {
|
| + world.registerStaticUse(element);
|
| + }
|
| +
|
| void registerInstantiation(InterfaceType type) {
|
| world.registerInstantiatedType(type, this);
|
| }
|
|
|