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