| Index: src/x64/builtins-x64.cc
|
| diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc
|
| index c1a2ed7682b7d3cdf3b180c79f72f834ac2b041a..d34e4f70d9a9c0a425e6cf2db99acf22768a42f7 100644
|
| --- a/src/x64/builtins-x64.cc
|
| +++ b/src/x64/builtins-x64.cc
|
| @@ -1195,7 +1195,6 @@ void Builtins::Generate_StringConstructCode(MacroAssembler* masm) {
|
| rbx, // Result.
|
| rcx, // Scratch 1.
|
| rdx, // Scratch 2.
|
| - false, // Input is known to be smi?
|
| ¬_cached);
|
| __ IncrementCounter(counters->string_ctor_cached_number(), 1);
|
| __ bind(&argument_is_string);
|
|
|