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

Unified Diff: src/inspector/V8Debugger.h

Issue 2332243002: [inspector] fixed all deprecated calls (Closed)
Patch Set: addressed comments Created 4 years, 3 months 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
« no previous file with comments | « src/inspector/V8ConsoleMessage.cpp ('k') | src/inspector/V8Debugger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « src/inspector/V8ConsoleMessage.cpp ('k') | src/inspector/V8Debugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698