| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index cc9271452262c1a203fd61e9c4c322be56ff5073..9cc242befdbafb4300ca81f23e0a293bbc16ec75 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.
|
|
|