Index: src/mips64/full-codegen-mips64.cc |
diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc |
index 30cbfe3bcbf0a819f1130ece7578a4fc8623bb97..e36186281f4c8ce3255eddb7a2c230cb5f18d781 100644 |
--- a/src/mips64/full-codegen-mips64.cc |
+++ b/src/mips64/full-codegen-mips64.cc |
@@ -1641,7 +1641,6 @@ void FullCodeGenerator::EmitAccessor(Expression* expression) { |
void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
Comment cmnt(masm_, "[ ObjectLiteral"); |
- expr->BuildConstantProperties(isolate()); |
Handle<FixedArray> constant_properties = expr->constant_properties(); |
__ ld(a3, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset)); |
__ ld(a3, FieldMemOperand(a3, JSFunction::kLiteralsOffset)); |