| Index: third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| index e5c7f35bc4695c28118fab37420bc02195cc607e..1ca35147722a6b0e101f255fc315017736336222 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -62,7 +62,7 @@ public:
|
| // Generic code called from custom implementations.
|
| void evaluateForTestInFrontend(long testCallId, const String& script);
|
|
|
| - void inspect(PassRefPtr<protocol::TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints);
|
| + void inspect(PassOwnPtr<protocol::TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints);
|
|
|
| private:
|
| InspectorInspectorAgent();
|
|
|