| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| index 9ab656874d433277ce2a8acac48a910bfd8c0a20..324a30db3029e2e8f393f06c917d11d70fd51956 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| @@ -66,7 +66,7 @@ InspectorAgentRegistry::InspectorAgentRegistry(InstrumentingAgents* instrumentin
|
| {
|
| }
|
|
|
| -void InspectorAgentRegistry::append(PassOwnPtrWillBeRawPtr<InspectorAgent> agent)
|
| +void InspectorAgentRegistry::append(RawPtr<InspectorAgent> agent)
|
| {
|
| ASSERT(m_state->find(agent->name()) == m_state->end());
|
| RefPtr<JSONObject> agentState = JSONObject::create();
|
|
|