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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.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/V8RuntimeAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
index c53638ec1bfd30adb15b226277fbdddb48b9b865..c70f1c43c288cf237fd0bc92c3f13a07e40bc5f1 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgent.h
@@ -16,6 +16,7 @@ namespace blink {
class InjectedScript;
class InjectedScriptManager;
class JSONArray;
+class JSONObject;
class ScriptState;
class V8Debugger;
@@ -27,7 +28,7 @@ public:
virtual ~V8RuntimeAgent() { }
// State management methods.
- virtual void setInspectorState(InspectorState*) = 0;
+ virtual void setInspectorState(PassRefPtr<JSONObject>) = 0;
virtual void setFrontend(InspectorFrontend::Runtime*) = 0;
virtual void clearFrontend() = 0;
virtual void restore() = 0;

Powered by Google App Engine
This is Rietveld 408576698