| Index: runtime/vm/coverage.h
|
| diff --git a/runtime/vm/coverage.h b/runtime/vm/coverage.h
|
| index 496ff65d88bebf2f680b08a697e504e959a140ac..8c2ce239706c89c3c40ade07b2e03e4c96ee8549 100644
|
| --- a/runtime/vm/coverage.h
|
| +++ b/runtime/vm/coverage.h
|
| @@ -34,8 +34,8 @@ class CoverageFilter : public ValueObject {
|
|
|
| class CodeCoverage : public AllStatic {
|
| public:
|
| - static void Write(Isolate* isolate);
|
| - static void PrintJSON(Isolate* isolate,
|
| + static void Write(Thread* thread);
|
| + static void PrintJSON(Thread* thread,
|
| JSONStream* stream,
|
| CoverageFilter* filter,
|
| bool as_call_sites);
|
|
|