Index: src/inspector/v8-debugger-agent-impl.h |
diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h |
index 715b3c3fd78a718cc623ffb1527a3e9aabe437cd..fd231143647fb62967f87270d5021d170f658067 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -132,6 +132,8 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
bool isPromiseRejection, bool isUncaught, bool isOOMBreak); |
void didContinue(); |
void didParseSource(std::unique_ptr<V8DebuggerScript>, bool success); |
+ void moduleRequested(const String16& refererId, const String16& requestedId, |
+ const String16& specifier); |
void willExecuteScript(int scriptId); |
void didExecuteScript(); |