| Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| index 365a28b71731eaeb6316515e8f654c317135f348..a719bb14052c4f4213a013aff417eb5fdc37f003 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| @@ -58,7 +58,7 @@ InspectorProfilerAgent::~InspectorProfilerAgent()
|
| }
|
|
|
| // InspectorBaseAgent overrides.
|
| -void InspectorProfilerAgent::setState(PassRefPtr<JSONObject> state)
|
| +void InspectorProfilerAgent::setState(PassRefPtr<protocol::DictionaryValue> state)
|
| {
|
| InspectorBaseAgent::setState(state);
|
| m_v8ProfilerAgent->setInspectorState(m_state);
|
|
|