| Index: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| index 9ee8e1a18e35ad1c1f56dc555140bf0720eef33e..e5c7859dd2e0d2515a62f5487b073640014d1611 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.cpp
|
| @@ -56,7 +56,7 @@ InspectorRuntimeAgent::~InspectorRuntimeAgent()
|
| }
|
|
|
| // InspectorBaseAgent overrides.
|
| -void InspectorRuntimeAgent::setState(PassRefPtr<protocol::DictionaryValue> state)
|
| +void InspectorRuntimeAgent::setState(protocol::DictionaryValue* state)
|
| {
|
| InspectorBaseAgent::setState(state);
|
| m_v8RuntimeAgent->setInspectorState(m_state);
|
|
|