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; |