| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| index c48243a26b3e2f51feaabd56581ff6e95d1552fc..6e684efc38b0dad7bd3de7bbbacaa4367a4c9c0d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #include "platform/v8_inspector/V8RuntimeAgentImpl.h"
|
|
|
| -#include "platform/JSONValues.h"
|
| +#include "platform/inspector_protocol/Values.h"
|
| #include "platform/v8_inspector/IgnoreExceptionsScope.h"
|
| #include "platform/v8_inspector/InjectedScript.h"
|
| #include "platform/v8_inspector/InjectedScriptHost.h"
|
| @@ -301,7 +301,7 @@ void V8RuntimeAgentImpl::runScript(ErrorString* errorString,
|
| *result = injectedScript->wrapObject(value, objectGroup.fromMaybe(""));
|
| }
|
|
|
| -void V8RuntimeAgentImpl::setInspectorState(PassRefPtr<JSONObject> state)
|
| +void V8RuntimeAgentImpl::setInspectorState(PassRefPtr<protocol::DictionaryValue> state)
|
| {
|
| m_state = state;
|
| }
|
|
|