| Index: src/mips64/ic-mips64.cc
|
| diff --git a/src/mips64/ic-mips64.cc b/src/mips64/ic-mips64.cc
|
| index 1107b4c38a56b1cdd5f7a3361c8d92912593a103..317e446c785de0dd28ee3dc5631c6cc61c69fb43 100644
|
| --- a/src/mips64/ic-mips64.cc
|
| +++ b/src/mips64/ic-mips64.cc
|
| @@ -1077,7 +1077,7 @@ void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) {
|
|
|
| // Perform tail call to the entry.
|
| __ TailCallExternalReference(ExternalReference(
|
| - IC_Utility(kKeyedLoadPropertyWithInterceptor), masm->isolate()), 2, 1);
|
| + IC_Utility(kLoadElementWithInterceptor), masm->isolate()), 2, 1);
|
|
|
| __ bind(&slow);
|
| GenerateMiss(masm);
|
|
|