| Index: src/x87/builtins-x87.cc
|
| diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc
|
| index 6c1fbf8b79da31f333fa2e48776bc498e08e060b..bcff775140c821d2a3c2e9e58c75ddaabd23465f 100644
|
| --- a/src/x87/builtins-x87.cc
|
| +++ b/src/x87/builtins-x87.cc
|
| @@ -1608,10 +1608,9 @@ void Builtins::Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode) {
|
| void Builtins::Generate_ConstructFunction(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- eax : the number of arguments (not including the receiver)
|
| - // -- edx : the new target (checked to be a JSFunction)
|
| + // -- edx : the new target (checked to be a constructor)
|
| // -- edi : the constructor to call (checked to be a JSFunction)
|
| // -----------------------------------
|
| - __ AssertFunction(edx);
|
| __ AssertFunction(edi);
|
|
|
| // Calling convention for function specific ConstructStubs require
|
|
|