| Index: src/crankshaft/x64/lithium-codegen-x64.cc | 
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc | 
| index 5ff00315547e661b147deddc7d1b7b6a646a2651..31fef4a54d7e723ff22db31e06b476a1d6643b16 100644 | 
| --- a/src/crankshaft/x64/lithium-codegen-x64.cc | 
| +++ b/src/crankshaft/x64/lithium-codegen-x64.cc | 
| @@ -5161,7 +5161,7 @@ void LCodeGen::DoAllocate(LAllocate* instr) { | 
| Register temp = ToRegister(instr->temp()); | 
|  | 
| // Allocate memory for the object. | 
| -  AllocationFlags flags = TAG_OBJECT; | 
| +  AllocationFlags flags = NO_ALLOCATION_FLAGS; | 
| if (instr->hydrogen()->MustAllocateDoubleAligned()) { | 
| flags = static_cast<AllocationFlags>(flags | DOUBLE_ALIGNMENT); | 
| } | 
|  |