Index: src/x64/ic-x64.cc |
diff --git a/src/x64/ic-x64.cc b/src/x64/ic-x64.cc |
index 2244f4a9aa783ffcf490f49809547da36404a2a6..9bda7583d8b0e691e36cfd24d3641b2d835bb847 100644 |
--- a/src/x64/ic-x64.cc |
+++ b/src/x64/ic-x64.cc |
@@ -507,10 +507,9 @@ void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) { |
// Perform tail call to the entry. |
__ TailCallExternalReference( |
- ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor), |
+ ExternalReference(IC_Utility(kLoadElementWithInterceptor), |
masm->isolate()), |
- 2, |
- 1); |
+ 2, 1); |
__ bind(&slow); |
GenerateMiss(masm); |