| Index: pkg/kernel/lib/transformations/method_call.dart
|
| diff --git a/pkg/kernel/lib/transformations/method_call.dart b/pkg/kernel/lib/transformations/method_call.dart
|
| index d01a87483f1671261c27021f9809b388e5211c71..9590539da87edd299eab95aeb2a0b74abdd1f103 100644
|
| --- a/pkg/kernel/lib/transformations/method_call.dart
|
| +++ b/pkg/kernel/lib/transformations/method_call.dart
|
| @@ -851,7 +851,7 @@ class MethodCallTransformer extends Transformer {
|
| } else {
|
| // Get noSuchMethod on Object then...
|
| noSuchMethod = hierarchy.getDispatchTarget(
|
| - hierarchy.rootClass, new Name("noSuchMethod"));
|
| + coreTypes.objectClass, new Name("noSuchMethod"));
|
| ConstructorInvocation invocation = _createInvocation(
|
| procedureName.name, new Arguments(newParameterVariableGets));
|
| ConstructorInvocation invocationPrime =
|
|
|