| Index: runtime/vm/scavenger.h
|
| diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
|
| index 874212f6c4841619b38186ee5208b66ac2706ac7..f7c150f3ced7b39629883f52169ec40bfe24c8c9 100644
|
| --- a/runtime/vm/scavenger.h
|
| +++ b/runtime/vm/scavenger.h
|
| @@ -71,6 +71,7 @@ class Scavenger {
|
| intptr_t in_use() const { return (top_ - FirstObjectStart()); }
|
| intptr_t capacity() const { return space_->size(); }
|
|
|
| + void VisitObjects(ObjectVisitor* visitor) const;
|
| void VisitObjectPointers(ObjectPointerVisitor* visitor) const;
|
|
|
| private:
|
|
|