| Index: src/mips/code-stubs-mips.cc | 
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc | 
| index 85234601f5c039ce9cb524dd2e9adddc1c11f139..0c88d794e37ba8d92eedc185c81f098e6b213cdb 100644 | 
| --- a/src/mips/code-stubs-mips.cc | 
| +++ b/src/mips/code-stubs-mips.cc | 
| @@ -2448,9 +2448,9 @@ static void GenerateRecordCallTarget(MacroAssembler* masm) { | 
| // a3 : slot in feedback vector (Smi) | 
| Label initialize, done, miss, megamorphic, not_array_function; | 
|  | 
| -  DCHECK_EQ(*TypeFeedbackInfo::MegamorphicSentinel(masm->isolate()), | 
| +  DCHECK_EQ(*TypeFeedbackVector::MegamorphicSentinel(masm->isolate()), | 
| masm->isolate()->heap()->megamorphic_symbol()); | 
| -  DCHECK_EQ(*TypeFeedbackInfo::UninitializedSentinel(masm->isolate()), | 
| +  DCHECK_EQ(*TypeFeedbackVector::UninitializedSentinel(masm->isolate()), | 
| masm->isolate()->heap()->uninitialized_symbol()); | 
|  | 
| // Load the cache state into t0. | 
|  |