| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 5f2f9d3cd58010d086804aabb2b20921fe0a3231..838510000832229b37d7b8c1702b03501dcbf0b2 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1724,7 +1724,6 @@ void Genesis::InstallNativeFunctions() {
|
| INSTALL_NATIVE(JSFunction, "$toNumber", to_number_fun);
|
| INSTALL_NATIVE(JSFunction, "$toString", to_string_fun);
|
| INSTALL_NATIVE(JSFunction, "$toDetailString", to_detail_string_fun);
|
| - INSTALL_NATIVE(JSFunction, "$toObject", to_object_fun);
|
| INSTALL_NATIVE(JSFunction, "$toInteger", to_integer_fun);
|
| INSTALL_NATIVE(JSFunction, "$toUint32", to_uint32_fun);
|
| INSTALL_NATIVE(JSFunction, "$toInt32", to_int32_fun);
|
|
|