зеркало из https://github.com/mozilla/pjs.git
Bug 528569 - Storage stream's output stream should report itself as blocking. r=biesi
This commit is contained in:
Родитель
3aeef800be
Коммит
410ad1db0e
|
@ -238,7 +238,7 @@ nsStorageStream::WriteSegments(nsReadSegmentFun reader, void * closure, PRUint32
|
|||
NS_IMETHODIMP
|
||||
nsStorageStream::IsNonBlocking(bool *aNonBlocking)
|
||||
{
|
||||
*aNonBlocking = true;
|
||||
*aNonBlocking = false;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче