| Index: src/mips64/builtins-mips64.cc
|
| diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc
|
| index 6033b60685e1272a623cf05c504fce09e65988e0..35d9092d5e746aedff3b97cc16a9407152fa3e26 100644
|
| --- a/src/mips64/builtins-mips64.cc
|
| +++ b/src/mips64/builtins-mips64.cc
|
| @@ -1762,10 +1762,9 @@ void Builtins::Generate_ConstructFunction(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- a0 : the number of arguments (not including the receiver)
|
| // -- a1 : the constructor to call (checked to be a JSFunction)
|
| - // -- a3 : the new target (checked to be a JSFunction)
|
| + // -- a3 : the new target (checked to be a constructor)
|
| // -----------------------------------
|
| __ AssertFunction(a1);
|
| - __ AssertFunction(a3);
|
|
|
| // Calling convention for function specific ConstructStubs require
|
| // a2 to contain either an AllocationSite or undefined.
|
|
|