| Index: src/heap/objects-visiting.h
|
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h
|
| index 5f512f74d928086f15babbc65c944b1bfd40c678..a442867569606c1d4471a3ee2720a1fc89cf5b13 100644
|
| --- a/src/heap/objects-visiting.h
|
| +++ b/src/heap/objects-visiting.h
|
| @@ -489,8 +489,7 @@ class WeakObjectRetainer;
|
| // 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,
|
| - bool stop_after_young);
|
| +Object* VisitWeakList(Heap* heap, Object* list, WeakObjectRetainer* retainer);
|
| }
|
| } // namespace v8::internal
|
|
|
|
|