| Index: src/x64/code-stubs-x64.cc
 | 
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
 | 
| index d6201d5cb93e755ccae762e3ea9a14dda1d1e045..102265149555ae7ce245725c8cbf5a58e2f4defa 100644
 | 
| --- a/src/x64/code-stubs-x64.cc
 | 
| +++ b/src/x64/code-stubs-x64.cc
 | 
| @@ -3532,7 +3532,7 @@ static void HandlePolymorphicKeyedStoreCase(MacroAssembler* masm,
 | 
|    __ jmp(feedback);
 | 
|  
 | 
|    __ bind(&transition_call);
 | 
| -  DCHECK(receiver_map.is(VectorStoreTransitionDescriptor::MapRegister()));
 | 
| +  DCHECK(receiver_map.is(StoreTransitionDescriptor::MapRegister()));
 | 
|    __ movp(receiver_map, FieldOperand(cached_map, WeakCell::kValueOffset));
 | 
|    // The weak cell may have been cleared.
 | 
|    __ JumpIfSmi(receiver_map, miss);
 | 
| 
 |