Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 0eff38a420e77c5efa076946219f33496c3c6d4c..7d03e91fe1695fb3365a2277932de0b143cb63ba 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -46,7 +46,7 @@ void KeyedLoadFastElementStub::InitializeInterfaceDescriptor( |
descriptor->register_param_count_ = 2; |
descriptor->register_params_ = registers; |
descriptor->deoptimization_handler_ = |
- FUNCTION_ADDR(KeyedLoadIC_Miss); |
+ FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure); |
} |