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

Unified Diff: runtime/vm/service.cc

Issue 1584173003: Use getSourceReport for coverage/callsites in Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cleanups Created 4 years, 11 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: runtime/vm/service.cc
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
index 631a4ec96c50da5bf7d08b7cfbaf82452cc168be..2fafa1950a7ade5e9b255dad3dcd56483855b206 100644
--- a/runtime/vm/service.cc
+++ b/runtime/vm/service.cc
@@ -2311,7 +2311,7 @@ static bool GetCoverage(Thread* thread, JSONStream* js) {
}
-static const char* kCallSitesStr = "CallSites";
+static const char* kCallSitesStr = "_CallSites";
static const char* kCoverageStr = "Coverage";

Powered by Google App Engine
This is Rietveld 408576698