Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h

Issue 1738073002: DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698