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

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

Issue 1621923002: [DevTools] Remove InspectorState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 11 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
Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
index fed292397bc025950eca2d3db34f7e52e02c6d04..45795517e47e56921ac747e324325428126d34e8 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
@@ -14,7 +14,6 @@ namespace blink {
class InjectedScript;
class InjectedScriptManager;
-class InspectorState;
class JSONObject;
class RemoteCallFrameId;
class ScriptAsyncCallStack;
@@ -77,7 +76,7 @@ public:
virtual void removeAsyncOperationBreakpoint(ErrorString*, int in_operationId) = 0;
// State management methods.
- virtual void setInspectorState(InspectorState*) = 0;
+ virtual void setInspectorState(PassRefPtr<JSONObject>) = 0;
virtual void setFrontend(InspectorFrontend::Debugger*) = 0;
virtual void clearFrontend() = 0;
virtual void restore() = 0;

Powered by Google App Engine
This is Rietveld 408576698