| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index 628b7876667be85571ef91d907fdacdd2199cfce..555e51368bd2f54e26875af2a91c50f77aeb3de3 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -56,6 +56,7 @@ class ThreadRegistry {
|
| Thread* Schedule(Isolate* isolate, bool is_mutator, bool bypass_safepoint);
|
| void Unschedule(Thread* thread, bool is_mutator, bool bypass_safepoint);
|
| void VisitObjectPointers(ObjectPointerVisitor* visitor, bool validate_frames);
|
| + void PrepareForGC();
|
|
|
| private:
|
| void AddThreadToActiveList(Thread* thread);
|
|
|