| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index b5007a9ee0aa96397899d438c3aa9605c263cd5c..590543ab68153c848a847aad0041f0712fe15c46 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1423,8 +1423,8 @@ void Builtins::Generate_DatePrototype_GetField(MacroAssembler* masm,
|
| __ li(a1, Operand(Smi::FromInt(field_index)));
|
| __ CallCFunction(
|
| ExternalReference::get_date_field_function(masm->isolate()), 2);
|
| - __ Ret();
|
| }
|
| + __ Ret();
|
|
|
| // 3. Raise a TypeError if the receiver is not a date.
|
| __ bind(&receiver_not_date);
|
|
|