| Index: src/runtime/runtime-object.cc
|
| diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc
|
| index 0c0c8a0e9ab548a99cf5b88b66623f9af591e336..35ae4f55bfa728f05276ae51065ea610820d87f8 100644
|
| --- a/src/runtime/runtime-object.cc
|
| +++ b/src/runtime/runtime-object.cc
|
| @@ -837,7 +837,6 @@ RUNTIME_FUNCTION(Runtime_ToPrimitive_Number) {
|
| isolate, Object::ToPrimitive(input, ToPrimitiveHint::kNumber));
|
| }
|
|
|
| -
|
| RUNTIME_FUNCTION(Runtime_ToNumber) {
|
| HandleScope scope(isolate);
|
| DCHECK_EQ(1, args.length());
|
|
|