| 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 3c3833335558c739c5430159efbf8f03fae971f3..d60b1152dfb72975cbd1041a6280ee7d54c6d88b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -38,7 +38,10 @@
|
| namespace blink {
|
|
|
| class LocalFrame;
|
| -class JSONObject;
|
| +
|
| +namespace protocol {
|
| +class DictionaryValue;
|
| +}
|
|
|
| typedef String ErrorString;
|
|
|
| @@ -62,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<JSONObject> hints);
|
| + void inspect(PassOwnPtr<protocol::Runtime::RemoteObject> objectToInspect, PassRefPtr<protocol::DictionaryValue> hints);
|
|
|
| private:
|
| InspectorInspectorAgent();
|
|
|