| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| index b4e32af222c0e5ebaa4e73d47bb36937bc4b32b2..6573888411bf021b57436be18945fa1aeb6f0859 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
|
| @@ -67,7 +67,7 @@ public:
|
| void clearInspectedObjects();
|
| V8RuntimeAgent::Inspectable* inspectedObject(unsigned num);
|
|
|
| - void inspectImpl(PassRefPtr<protocol::Value> objectToInspect, PassRefPtr<protocol::Value> hints);
|
| + void inspectImpl(PassOwnPtr<protocol::Value> objectToInspect, PassOwnPtr<protocol::Value> hints);
|
|
|
| void clearConsoleMessages();
|
| void debugFunction(const String& scriptId, int lineNumber, int columnNumber);
|
|
|