Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index 631f5e8153e82538bfc19c170749b78ce836f504..d9f295acae918475397c14aaf11841bada47b1bd 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -1629,15 +1629,6 @@ RUNTIME_FUNCTION(Runtime_DebugPopPromise) { |
} |
-RUNTIME_FUNCTION(Runtime_DebugPromiseEvent) { |
- DCHECK(args.length() == 1); |
- HandleScope scope(isolate); |
- CONVERT_ARG_HANDLE_CHECKED(JSObject, data, 0); |
- isolate->debug()->OnPromiseEvent(data); |
- return isolate->heap()->undefined_value(); |
-} |
- |
- |
RUNTIME_FUNCTION(Runtime_DebugAsyncTaskEvent) { |
DCHECK(args.length() == 1); |
HandleScope scope(isolate); |