diff options
Diffstat (limited to 'js/src/threading/windows/MutexPlatformData.h')
-rw-r--r-- | js/src/threading/windows/MutexPlatformData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/threading/windows/MutexPlatformData.h b/js/src/threading/windows/MutexPlatformData.h index fbe7fc80d..1d741c5d0 100644 --- a/js/src/threading/windows/MutexPlatformData.h +++ b/js/src/threading/windows/MutexPlatformData.h @@ -13,7 +13,7 @@ struct js::detail::MutexImpl::PlatformData { - CRITICAL_SECTION criticalSection; + SRWLOCK lock; }; #endif // platform_win_MutexPlatformData_h |