Chromium Code Reviews| Index: runtime/vm/os_thread_win.cc |
| diff --git a/runtime/vm/os_thread_win.cc b/runtime/vm/os_thread_win.cc |
| index ccab0841b3d120ab9fb36611838b76ab042a5073..3802a1633900b8e0df5205cc0eecff6e4a314f24 100644 |
| --- a/runtime/vm/os_thread_win.cc |
| +++ b/runtime/vm/os_thread_win.cc |
| @@ -305,7 +305,7 @@ Monitor::~Monitor() { |
| } |
| -bool Mutex::TryEnter() { |
| +bool Monitor::TryEnter() { |
| // Attempt to pass the semaphore but return immediately. |
| BOOL result = TryEnterCriticalSection(&data_.cs_); |
| if (!result) { |