diff --git a/runtime/vm/os_thread_absl.cc b/runtime/vm/os_thread_absl.cc index d922da8febd..65ab3a013dd 100644 --- a/runtime/vm/os_thread_absl.cc +++ b/runtime/vm/os_thread_absl.cc @@ -409,7 +409,7 @@ ABSL_NO_THREAD_SAFETY_ANALYSIS void Monitor::NotifyAll() { // When running with assertions enabled we track the owner. ASSERT(IsOwnedByCurrentThread()); - xdata_.cond()->SignalAll(); + data_.cond()->SignalAll(); } } // namespace dart