| Index: runtime/vm/scavenger.h
|
| diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
|
| index 1afe1456ec9a61569e18597c8452a8bb87499c2d..b9303d812855552a54b7617a463177b38f997744 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;
|
|
|
| // Returns true if the last scavenge had a promotion failure.
|
|
|