| Index: native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| index edac8f4c05d98bd47a1c63006c9a8abd9cf49eb7..30e2f28932f988304e9f5686508ba4b6e421781b 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_html5fs.cc
|
| @@ -171,7 +171,7 @@ void MountHtml5Fs::Destroy() {
|
| Error MountHtml5Fs::BlockUntilFilesystemOpen() {
|
| AutoLock lock(&lock_);
|
| while (!filesystem_open_has_result_) {
|
| - pthread_cond_wait(&filesystem_open_cond_, &lock_);
|
| + pthread_cond_wait(&filesystem_open_cond_, lock_);
|
| }
|
| return filesystem_open_error_;
|
| }
|
|
|