| Index: src/code-factory.cc
|
| diff --git a/src/code-factory.cc b/src/code-factory.cc
|
| index 026a5390da0241e3529c47e51e4a66f2dc9cb632..6fef69546f9b4c96421ab96ea71686d9fb732207 100644
|
| --- a/src/code-factory.cc
|
| +++ b/src/code-factory.cc
|
| @@ -191,8 +191,8 @@ Callable CodeFactory::StringToNumber(Isolate* isolate) {
|
|
|
| // static
|
| Callable CodeFactory::ToString(Isolate* isolate) {
|
| - ToStringStub stub(isolate);
|
| - return make_callable(stub);
|
| + return Callable(isolate->builtins()->ToString(),
|
| + TypeConversionDescriptor(isolate));
|
| }
|
|
|
| // static
|
|
|