| Index: runtime/vm/pages.h
|
| diff --git a/runtime/vm/pages.h b/runtime/vm/pages.h
|
| index f9b6ff34f59b0c84d16d8405ba4b4ea46126ae8d..ead483ba85de3c0a558a59575878220821c8ff19 100644
|
| --- a/runtime/vm/pages.h
|
| +++ b/runtime/vm/pages.h
|
| @@ -87,7 +87,7 @@ class PageSpace {
|
| void VisitObjectPointers(ObjectPointerVisitor* visitor) const;
|
|
|
| // Collect the garbage in the page space using mark-sweep.
|
| - void MarkSweep();
|
| + void MarkSweep(bool invoke_api_callbacks);
|
|
|
| static HeapPage* PageFor(RawObject* raw_obj) {
|
| return reinterpret_cast<HeapPage*>(
|
|
|