| 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 d60b1152dfb72975cbd1041a6280ee7d54c6d88b..555e944ff2b019ef3c8af441edfe77bf2ed4215c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -65,7 +65,7 @@ public:
|
| // Generic code called from custom implementations.
|
| void evaluateForTestInFrontend(long testCallId, const String& script);
|
|
|
| - void inspect(PassOwnPtr<protocol::Runtime::RemoteObject> objectToInspect, PassRefPtr<protocol::DictionaryValue> hints);
|
| + void inspect(PassOwnPtr<protocol::Runtime::RemoteObject> objectToInspect, PassOwnPtr<protocol::DictionaryValue> hints);
|
|
|
| private:
|
| InspectorInspectorAgent();
|
|
|