Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8DebuggerImpl.h

Issue 1455583002: Pass current script context to InspectorWrapper::unwrap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698