| Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| index 8be922b325a436c672ffc40ab76d22e2428d44dd..253d717a8254d82067f166979c93e0d88faa6ac0 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -136,7 +136,7 @@ class TypeGraphInferrer implements TypesInferrer {
|
| return result;
|
| }
|
|
|
| - Iterable<Element> getCallersOf(MemberElement element) {
|
| + Iterable<MemberEntity> getCallersOf(MemberElement element) {
|
| if (compiler.disableTypeInference) {
|
| throw new UnsupportedError(
|
| "Cannot query the type inferrer when type inference is disabled.");
|
|
|