| Index: runtime/vm/pages.h
|
| diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
|
| index 7022a78d3f23f76da4f51898a82599b01f9f8ed0..309e52410c820c1e313b1db4f3f8311df324b6c3 100644
|
| --- a/runtime/vm/pages.h
|
| +++ b/runtime/vm/pages.h
|
| @@ -182,7 +182,7 @@ class PageSpace {
|
| RawObject* FindObject(FindObjectVisitor* visitor) const;
|
|
|
| // Collect the garbage in the page space using mark-sweep.
|
| - void MarkSweep(bool invoke_api_callbacks);
|
| + void MarkSweep(bool invoke_api_callbacks, const char* reason);
|
|
|
| static HeapPage* PageFor(RawObject* raw_obj) {
|
| return reinterpret_cast<HeapPage*>(
|
|
|