| Index: src/runtime/runtime-debug.cc
|
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc
|
| index 8d1e92d1e0721b4a8e1005a84bb4e8b7bdb158d2..5b8fb1231db0cb1d0e8e82da85e4b9ca83c34b6a 100644
|
| --- a/src/runtime/runtime-debug.cc
|
| +++ b/src/runtime/runtime-debug.cc
|
| @@ -1878,13 +1878,6 @@ RUNTIME_FUNCTION(Runtime_DebugPopPromise) {
|
| return isolate->heap()->undefined_value();
|
| }
|
|
|
| -RUNTIME_FUNCTION(Runtime_DebugNextAsyncTaskId) {
|
| - HandleScope scope(isolate);
|
| - DCHECK_EQ(1, args.length());
|
| - CONVERT_ARG_HANDLE_CHECKED(JSObject, promise, 0);
|
| - return Smi::FromInt(isolate->debug()->NextAsyncTaskId(promise));
|
| -}
|
| -
|
| RUNTIME_FUNCTION(Runtime_DebugAsyncFunctionPromiseCreated) {
|
| DCHECK_EQ(1, args.length());
|
| HandleScope scope(isolate);
|
|
|