Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index f05c9b83a8788cef4dbc470c5b39eb7d5eb2c7e9..8adb1bbac879af8a7eadcc412a8250a0064f2cbe 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -114,7 +114,8 @@ class V8Debugger { |
v8::Local<v8::Value> callInternalGetterFunction(v8::Local<v8::Object>, |
const char* functionName); |
void handleV8DebugEvent(const v8::debug::EventDetails&); |
- void handleV8AsyncTaskEvent(v8::Local<v8::Object> eventData); |
+ static void v8AsyncTaskListener(v8::debug::PromiseDebugActionType type, |
+ int id, void* data); |
v8::Local<v8::Value> collectionEntries(v8::Local<v8::Context>, |
v8::Local<v8::Object>); |