| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index dd79a4e1a2dda437504dfc48a61ca6180c0d7366..48dda337f8e43728f5447ef25f46b2c13e96b82f 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -2067,7 +2067,6 @@ void CallConstructStub::Generate(MacroAssembler* masm) {
|
| // vector (Smi)
|
| // rdi : constructor function
|
| Label slow, non_function_call;
|
| -
|
| // Check that function is not a smi.
|
| __ JumpIfSmi(rdi, &non_function_call);
|
| // Check that function is a JSFunction.
|
|
|