Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 8adb1bbac879af8a7eadcc412a8250a0064f2cbe..0132b370fe3bab13a734be6aef46e07e3f47701c 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -116,6 +116,8 @@ class V8Debugger { |
void handleV8DebugEvent(const v8::debug::EventDetails&); |
static void v8AsyncTaskListener(v8::debug::PromiseDebugActionType type, |
int id, void* data); |
+ static void v8CompileEventListener(v8::Local<v8::debug::Script> script, |
+ bool has_compile_error, void* data); |
v8::Local<v8::Value> collectionEntries(v8::Local<v8::Context>, |
v8::Local<v8::Object>); |