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

Unified Diff: third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp

Issue 2522583002: Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 (Closed)
Patch Set: updated README.chromium 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/WebKit/Source/core/inspector/MainThreadDebugger.cpp
diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
index 035fb1bba0fecbb64f5081209a16af2352556471..2d6f64d8a1328961b706f792c3bdfcda6da1c42d 100644
--- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
+++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
@@ -146,7 +146,7 @@ void MainThreadDebugger::contextCreated(ScriptState* scriptState,
protocol::DictionaryValue::create();
auxDataValue->setBoolean("isDefault", world.isMainWorld());
auxDataValue->setString("frameId", IdentifiersFactory::frameId(frame));
- String auxData = auxDataValue->toJSONString();
+ String auxData = auxDataValue->serialize();
String humanReadableName = world.isIsolatedWorld()
? world.isolatedWorldHumanReadableName()
: String();

Powered by Google App Engine
This is Rietveld 408576698