| Index: runtime/vm/scavenger.h
|
| diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
|
| index ffeb3cc99b410205125e9f1d6464b4c81dd00d54..30659c707abc79847b2cf9b5f529527da8f1d57a 100644
|
| --- a/runtime/vm/scavenger.h
|
| +++ b/runtime/vm/scavenger.h
|
| @@ -75,7 +75,7 @@ class Scavenger {
|
| uword FirstObjectStart() const { return to_->start() | object_alignment_; }
|
| void Prologue();
|
| void IterateRoots(Isolate* isolate, ObjectPointerVisitor* visitor);
|
| - void IterateWeakRoots(Isolate* isolate, ObjectPointerVisitor* visitor);
|
| + void IterateWeakRoots(Isolate* isolate, HandleVisitor* visitor);
|
| void ProcessToSpace(ObjectPointerVisitor* visitor);
|
| void Epilogue();
|
|
|
|
|