| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 3bf5aab1e6de811ed47e911e26b2f34ae5ca814c..54941b714d0106bdd70d30b614ca74eb30357a4b 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -521,7 +521,7 @@ LEAF_RUNTIME_ENTRY_LIST(DEFINE_OFFSET_METHOD)
|
| Thread* next() const { return next_; }
|
|
|
| // Visit all object pointers.
|
| - void VisitObjectPointers(ObjectPointerVisitor* visitor);
|
| + void VisitObjectPointers(ObjectPointerVisitor* visitor, bool validate_frames);
|
|
|
| bool IsValidLocalHandle(Dart_Handle object) const;
|
| int CountLocalHandles() const;
|
|
|