Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index c113dfbc523a830a1de517209b336378248b1ec8..7aa657dfd7b5b7d95c6e09be6438a091e71423ec 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -82,7 +82,7 @@ void FastCloneShallowObjectStub::InitializeInterfaceDescriptor( |
descriptor->register_param_count_ = 4; |
descriptor->register_params_ = registers; |
descriptor->deoptimization_handler_ = |
- Runtime::FunctionForId(Runtime::kCreateObjectLiteralShallow)->entry; |
+ Runtime::FunctionForId(Runtime::kCreateObjectLiteral)->entry; |
} |