| Index: src/runtime/runtime-classes.cc
|
| diff --git a/src/runtime/runtime-classes.cc b/src/runtime/runtime-classes.cc
|
| index 25c9f72f8ceb871c4a30301464baf9aa73e08e95..fc2f4a0ece516cae71428e3d350b0fe5511dcc24 100644
|
| --- a/src/runtime/runtime-classes.cc
|
| +++ b/src/runtime/runtime-classes.cc
|
| @@ -44,15 +44,6 @@
|
| THROW_NEW_ERROR_RETURN_FAILURE(
|
| isolate,
|
| NewTypeError("constructor_noncallable", HandleVector<Object>(NULL, 0)));
|
| -}
|
| -
|
| -
|
| -RUNTIME_FUNCTION(Runtime_ThrowArrayNotSubclassableError) {
|
| - HandleScope scope(isolate);
|
| - DCHECK(args.length() == 0);
|
| - THROW_NEW_ERROR_RETURN_FAILURE(
|
| - isolate,
|
| - NewTypeError("array_not_subclassable", HandleVector<Object>(NULL, 0)));
|
| }
|
|
|
|
|
|
|