| Index: runtime/vm/gc_marker.h
|
| diff --git a/runtime/vm/gc_marker.h b/runtime/vm/gc_marker.h
|
| index 93b209adb6a119a64c788431da04106528b2e88f..f1e473a159c42385c250cbfff3a6c7464119e75b 100644
|
| --- a/runtime/vm/gc_marker.h
|
| +++ b/runtime/vm/gc_marker.h
|
| @@ -38,11 +38,8 @@ class GCMarker : public ValueObject {
|
| void Epilogue(Isolate* isolate, bool invoke_api_callbacks);
|
| void IterateRoots(Isolate* isolate,
|
| ObjectPointerVisitor* visitor,
|
| - bool visit_prologue_weak_persistent_handles,
|
| intptr_t slice_index, intptr_t num_slices);
|
| - void IterateWeakRoots(Isolate* isolate,
|
| - HandleVisitor* visitor,
|
| - bool visit_prologue_weak_persistent_handles);
|
| + void IterateWeakRoots(Isolate* isolate, HandleVisitor* visitor);
|
| template<class MarkingVisitorType>
|
| void IterateWeakReferences(Isolate* isolate, MarkingVisitorType* visitor);
|
| void ProcessWeakTables(PageSpace* page_space);
|
|
|