| 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 053e05f830e18b64f9d8d3b845b978259af82ba6..365a28b71731eaeb6316515e8f654c317135f348 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.cpp
|
| @@ -123,7 +123,7 @@ void InspectorProfilerAgent::start(ErrorString* error)
|
| m_client->profilingStarted();
|
| }
|
|
|
| -void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<protocol::TypeBuilder::Profiler::CPUProfile>& profile)
|
| +void InspectorProfilerAgent::stop(ErrorString* errorString, OwnPtr<protocol::Profiler::CPUProfile>* profile)
|
| {
|
| if (m_client)
|
| m_client->profilingStopped();
|
|
|