| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| index acff3a0ebf91c1758a78dddd4138f204e7889f38..bfceb6496c2dd25720fe30e29249e9bf9a242b2b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| @@ -35,7 +35,7 @@ public:
|
| // Embedder API.
|
| using ClearConsoleCallback = Function<void()>;
|
| virtual void setClearConsoleCallback(PassOwnPtr<ClearConsoleCallback>) = 0;
|
| - using InspectCallback = Function<void(PassOwnPtr<protocol::Runtime::RemoteObject>, PassRefPtr<JSONObject>)>;
|
| + using InspectCallback = Function<void(PassOwnPtr<protocol::Runtime::RemoteObject>, PassRefPtr<protocol::DictionaryValue>)>;
|
| virtual void setInspectObjectCallback(PassOwnPtr<InspectCallback>) = 0;
|
| // FIXME: remove while preserving the default context evaluation.
|
| virtual int ensureDefaultContextAvailable(v8::Local<v8::Context>) = 0;
|
|
|