Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h |
index 94423ee01a19234dbff502f55b48ab7f686f9161..d26b8144dcb16455d7410533e218ac235dc67f5b 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h |
@@ -81,6 +81,7 @@ public: |
int frameCount(); |
bool isPaused(); |
+ v8::Local<v8::Context> pausedContext() { return m_pausedContext; } |
v8::MaybeLocal<v8::Value> functionScopes(v8::Local<v8::Function>) override; |
v8::Local<v8::Value> generatorObjectDetails(v8::Local<v8::Object>&) override; |