| Index: src/full-codegen/x64/full-codegen-x64.cc
|
| diff --git a/src/full-codegen/x64/full-codegen-x64.cc b/src/full-codegen/x64/full-codegen-x64.cc
|
| index f72bc49789194abb13f6cbb8fcd3f9369f19d760..56fe0112cca4f3678ad573a95c7ab13197996315 100644
|
| --- a/src/full-codegen/x64/full-codegen-x64.cc
|
| +++ b/src/full-codegen/x64/full-codegen-x64.cc
|
| @@ -1170,7 +1170,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 (MustCreateObjectLiteralWithRuntime(expr)) {
|
|
|