| Index: src/full-codegen/ia32/full-codegen-ia32.cc
|
| diff --git a/src/full-codegen/ia32/full-codegen-ia32.cc b/src/full-codegen/ia32/full-codegen-ia32.cc
|
| index d55ce85e60f1b1c1dbbfecc95708fdd8a425a753..8edde34cc5480f162ca4d612709300b456250a52 100644
|
| --- a/src/full-codegen/ia32/full-codegen-ia32.cc
|
| +++ b/src/full-codegen/ia32/full-codegen-ia32.cc
|
| @@ -1139,7 +1139,7 @@ void FullCodeGenerator::EmitAccessor(ObjectLiteralProperty* property) {
|
| void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
|
| Comment cmnt(masm_, "[ ObjectLiteral");
|
|
|
| - Handle<FixedArray> constant_properties =
|
| + Handle<BoilerplateDescription> constant_properties =
|
| expr->GetOrBuildConstantProperties(isolate());
|
| int flags = expr->ComputeFlags();
|
| // If any of the keys would store to the elements array, then we shouldn't
|
|
|