Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 109fcfcd4085c6a12f7cf24432764e062b447803..2d3f7c6431cdb5367090b0b39b219084b0836ef6 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -45,7 +45,7 @@ void KeyedLoadFastElementStub::InitializeInterfaceDescriptor( |
descriptor->register_param_count_ = 2; |
descriptor->register_params_ = registers; |
descriptor->deoptimization_handler_ = |
- FUNCTION_ADDR(KeyedLoadIC_Miss); |
+ FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure); |
} |