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

Unified Diff: third_party/inspector_protocol/lib/DispatcherBase_cpp.template

Issue 2490473004: [DevTools] Roll third_party/inspector_protocol to e23134c5aa6131e5a3a3afbefce255becce3a3bd. (Closed)
Patch Set: ui_devtools Created 4 years, 1 month 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/inspector_protocol/lib/DispatcherBase_cpp.template
diff --git a/third_party/inspector_protocol/lib/DispatcherBase_cpp.template b/third_party/inspector_protocol/lib/DispatcherBase_cpp.template
index c4f36a5fd31b286d8c9ad99b328b65017571efa5..9095cbc961c7761406eb58c76264cf13e9b1f128 100644
--- a/third_party/inspector_protocol/lib/DispatcherBase_cpp.template
+++ b/third_party/inspector_protocol/lib/DispatcherBase_cpp.template
@@ -88,7 +88,7 @@ DispatcherBase::~DispatcherBase()
// static
bool DispatcherBase::getCommandName(const String& message, String* result)
{
- std::unique_ptr<protocol::Value> value = parseJSON(message);
+ std::unique_ptr<protocol::Value> value = StringUtil::parseJSON(message);
if (!value)
return false;
« no previous file with comments | « third_party/inspector_protocol/lib/Array_h.template ('k') | third_party/inspector_protocol/lib/Forward_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698