| 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..3c3833335558c739c5430159efbf8f03fae971f3 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::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints);
|
|
|
| private:
|
| InspectorInspectorAgent();
|
|
|