Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index f06cc5b700f95afd82c97cab5b60a2c1660a6e33..715feca05d62fba99e9a168372b59eba25dfc5ea 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -82,7 +82,7 @@ void FastCloneShallowArrayStub::InitializeInterfaceDescriptor( |
descriptor->register_param_count_ = 3; |
descriptor->register_params_ = registers; |
descriptor->deoptimization_handler_ = |
- Runtime::FunctionForId(Runtime::kCreateArrayLiteral)->entry; |
+ Runtime::FunctionForId(Runtime::kCreateArrayLiteralStubBailout)->entry; |
} |