| Index: src/crankshaft/x87/lithium-codegen-x87.cc
 | 
| diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc
 | 
| index 14c5617c84a6ed9dd17f8ef550173c5ba2d5ea86..79f8bb5c0058d956b7234ce415a0ad71eb9ac04e 100644
 | 
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
 | 
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
 | 
| @@ -5403,7 +5403,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);
 | 
|    }
 | 
| 
 |