| 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 6e684efc38b0dad7bd3de7bbbacaa4367a4c9c0d..64d8664508e5a35f3c5707d2a9120f72be0e8bb0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.cpp
|
| @@ -301,7 +301,7 @@ void V8RuntimeAgentImpl::runScript(ErrorString* errorString,
|
| *result = injectedScript->wrapObject(value, objectGroup.fromMaybe(""));
|
| }
|
|
|
| -void V8RuntimeAgentImpl::setInspectorState(PassRefPtr<protocol::DictionaryValue> state)
|
| +void V8RuntimeAgentImpl::setInspectorState(protocol::DictionaryValue* state)
|
| {
|
| m_state = state;
|
| }
|
|
|