Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 431e56290a03370a2d066d2a1f53bb131edeeff6..16ae2cab06fe7e9e66942c9883ad4a47f3545229 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -2713,7 +2713,7 @@ void BinaryOpICWithAllocationSiteStub::Generate(MacroAssembler* masm) { |
// Load ecx with the allocation site. We stick an undefined dummy value here |
// and replace it with the real allocation site later when we instantiate this |
// stub in BinaryOpICWithAllocationSiteStub::GetCodeCopyFromTemplate(). |
- __ mov(ecx, handle(isolate()->heap()->undefined_value())); |
+ __ mov(ecx, isolate()->factory()->undefined_value()); |
// Make sure that we actually patched the allocation site. |
if (FLAG_debug_code) { |