Index: src/ia32/ic-ia32.cc |
diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc |
index aa5899ce685f638e7e37fd426f819b04d60e81f4..f35475ac362328041413dfcf020815f848bb50a5 100644 |
--- a/src/ia32/ic-ia32.cc |
+++ b/src/ia32/ic-ia32.cc |
@@ -579,9 +579,8 @@ void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) { |
__ push(scratch); // return address |
// Perform tail call to the entry. |
- ExternalReference ref = |
- ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor), |
- masm->isolate()); |
+ ExternalReference ref = ExternalReference( |
+ IC_Utility(kLoadElementWithInterceptor), masm->isolate()); |
__ TailCallExternalReference(ref, 2, 1); |
__ bind(&slow); |