| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 84de23dc5c79c6941cb957a71093a9b883ad6c05..8af0c337a4bdec2800e607bb2c4d57ed28a0aba0 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -5684,8 +5684,6 @@ void HOptimizedGraphBuilder::VisitObjectLiteral(ObjectLiteral* expr) {
|
| // of the property values and is the value of the entire expression.
|
| Push(literal);
|
|
|
| - expr->CalculateEmitStore(zone());
|
| -
|
| for (int i = 0; i < expr->properties()->length(); i++) {
|
| ObjectLiteral::Property* property = expr->properties()->at(i);
|
| if (property->is_computed_name()) return Bailout(kComputedPropertyName);
|
|
|