| Index: third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp
|
| index f427523be3d5aa03f1bf365dbdf11adb8c8fa074..d9a8f76576b1c4a198809f655aa59f2430409d72 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.cpp
|
| @@ -86,7 +86,7 @@ void InspectorInspectorAgent::evaluateForTestInFrontend(long callId, const Strin
|
| }
|
| }
|
|
|
| -void InspectorInspectorAgent::inspect(PassRefPtr<protocol::TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints)
|
| +void InspectorInspectorAgent::inspect(PassOwnPtr<protocol::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints)
|
| {
|
| if (frontend() && m_state->booleanProperty(InspectorAgentState::inspectorAgentEnabled, false))
|
| frontend()->inspect(objectToInspect, hints);
|
|
|