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

Unified Diff: runtime/vm/coverage.h

Issue 257053003: Always use the same json for null in the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 8 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
« no previous file with comments | « runtime/vm/class_table.cc ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/coverage.h
diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
index d6680cf07786ac3c9a936e7ee18f1b9a8c3243cc..4e03c354f26312a072db7f2f4685db5c92a49f81 100644
--- a/runtime/vm/coverage.h
+++ b/runtime/vm/coverage.h
@@ -22,7 +22,7 @@ class JSONStream;
class CodeCoverage : public AllStatic {
public:
static void Write(Isolate* isolate);
- static void PrintToJSONStream(Isolate* isolate, JSONStream* stream);
+ static void PrintJSON(Isolate* isolate, JSONStream* stream);
private:
static void PrintClass(const Class& cls, const JSONArray& arr);
« no previous file with comments | « runtime/vm/class_table.cc ('k') | runtime/vm/coverage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698