| Index: src/inspector/V8Debugger.h
|
| diff --git a/src/inspector/V8Debugger.h b/src/inspector/V8Debugger.h
|
| index c4221b39ef02ba1604457ac001f5e0879a8d353a..ca12a76b4f06b8eb63b7ff5a29e7b8ef1dacd98a 100644
|
| --- a/src/inspector/V8Debugger.h
|
| +++ b/src/inspector/V8Debugger.h
|
| @@ -100,6 +100,8 @@ class V8Debugger {
|
| void muteScriptParsedEvents();
|
| void unmuteScriptParsedEvents();
|
|
|
| + V8InspectorImpl* inspector() { return m_inspector; }
|
| +
|
| private:
|
| void compileDebuggerScript();
|
| v8::MaybeLocal<v8::Value> callDebuggerMethod(const char* functionName,
|
|
|