Index: src/mips/ic-mips.cc |
diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc |
index 02055a4483a7d75e1088a30a37dde0092530a1eb..8b2b3254f1b2d4540933559f23ed17696b3f31bf 100644 |
--- a/src/mips/ic-mips.cc |
+++ b/src/mips/ic-mips.cc |
@@ -1454,7 +1454,7 @@ void StoreIC::GenerateSlow(MacroAssembler* masm) { |
// The slow case calls into the runtime to complete the store without causing |
// an IC miss that would otherwise cause a transition to the generic stub. |
ExternalReference ref = |
- ExternalReference(IC_Utility(kKeyedStoreIC_Slow), masm->isolate()); |
+ ExternalReference(IC_Utility(kStoreIC_Slow), masm->isolate()); |
__ TailCallExternalReference(ref, 3, 1); |
} |