| Index: runtime/vm/coverage.h
|
| diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
|
| index ef7ee82af82f19bb8d32cc9192326377a2ace968..0c17bda8eb44891b60816c8f92077f34ba52b394 100644
|
| --- a/runtime/vm/coverage.h
|
| +++ b/runtime/vm/coverage.h
|
| @@ -14,6 +14,7 @@ DECLARE_FLAG(charp, coverage_dir);
|
|
|
| // Forward declarations.
|
| class Class;
|
| +class Function;
|
| class Isolate;
|
| class JSONArray;
|
|
|
| @@ -23,6 +24,8 @@ class CodeCoverage : public AllStatic {
|
|
|
| private:
|
| static void PrintClass(const Class& cls, const JSONArray& arr);
|
| + static void CompileAndAdd(const Function& function,
|
| + const JSONArray& hits_arr);
|
| };
|
|
|
| } // namespace dart
|
|
|