Index: src/ia32/full-codegen-ia32.cc |
diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
index 77c095ad1caefa1173e94941fd0c02c5b9ae44fc..96357bd197491e701b445eb362048254f514fc9e 100644 |
--- a/src/ia32/full-codegen-ia32.cc |
+++ b/src/ia32/full-codegen-ia32.cc |
@@ -1555,7 +1555,7 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
// marked expressions, no store code is emitted. |
expr->CalculateEmitStore(zone()); |
- AccessorTable accessor_table(isolate()->zone()); |
+ AccessorTable accessor_table(zone()); |
for (int i = 0; i < expr->properties()->length(); i++) { |
ObjectLiteral::Property* property = expr->properties()->at(i); |
if (property->IsCompileTimeValue()) continue; |