Index: src/ia32/full-codegen-ia32.cc |
diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
index d284f53ed603bbb696bdb0be0537b8f796c1b5ca..aba5c575a6ca62f9eff0036c633123bd07a124f4 100644 |
--- a/src/ia32/full-codegen-ia32.cc |
+++ b/src/ia32/full-codegen-ia32.cc |
@@ -1601,7 +1601,8 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
__ mov(ebx, Immediate(Smi::FromInt(expr->literal_index()))); |
__ mov(ecx, Immediate(constant_properties)); |
__ mov(edx, Immediate(Smi::FromInt(flags))); |
- FastCloneShallowObjectStub stub(properties_count); |
+ FastCloneShallowObjectStub stub(DONT_TRACK_ALLOCATION_SITE, |
+ properties_count); |
__ CallStub(&stub); |
} |