Bug 1412497 - nsBufferedInputStream should call the nsIInputStreamCallback when closed, r=smaug

This commit is contained in:
Andrea Marchesini 2017-11-02 11:26:35 +01:00
Родитель 835feb9d37
Коммит cb5eb53200
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -345,8 +345,6 @@ nsBufferedInputStream::Close()
};
#endif
mAsyncWaitCallback = nullptr;
if (NS_FAILED(rv1)) {
return rv1;
}