| Index: runtime/vm/coverage.h
|
| diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
|
| index 0c17bda8eb44891b60816c8f92077f34ba52b394..d6680cf07786ac3c9a936e7ee18f1b9a8c3243cc 100644
|
| --- a/runtime/vm/coverage.h
|
| +++ b/runtime/vm/coverage.h
|
| @@ -17,10 +17,12 @@ class Class;
|
| class Function;
|
| class Isolate;
|
| class JSONArray;
|
| +class JSONStream;
|
|
|
| class CodeCoverage : public AllStatic {
|
| public:
|
| static void Write(Isolate* isolate);
|
| + static void PrintToJSONStream(Isolate* isolate, JSONStream* stream);
|
|
|
| private:
|
| static void PrintClass(const Class& cls, const JSONArray& arr);
|
|
|