Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 9013860013a9b768f3a4b216542ce5bcc1ced9a4..079e8b3fe4f544eb53995763389d20f34e6ac3a0 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -1614,7 +1614,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; |