| Index: src/heap/objects-visiting.h
|
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h
|
| index 87785e534d5b7f5fc2b011889fa9636ee1aaf449..12da9e9e34eaba2046ec905306880916ac94ab57 100644
|
| --- a/src/heap/objects-visiting.h
|
| +++ b/src/heap/objects-visiting.h
|
| @@ -490,7 +490,10 @@
|
| // pointers. The template parameter T is a WeakListVisitor that defines how to
|
| // access the next-element pointers.
|
| template <class T>
|
| -Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer);
|
| +Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer,
|
| + bool stop_after_young, Object** list_tail);
|
| +Object* VisitNewArrayBufferViewsWeakList(Heap* heap, Object* list,
|
| + WeakObjectRetainer* retainer);
|
| }
|
| } // namespace v8::internal
|
|
|
|
|