зеркало из https://github.com/mozilla/gecko-dev.git
Took out NS_ERROR when file not found.
This commit is contained in:
Родитель
0042af1e0c
Коммит
004a107d21
|
@ -559,7 +559,8 @@ rdf_BlockingParse(nsIURI* aURL, nsIStreamListener* aConsumer)
|
|||
#endif
|
||||
if (NS_FAILED(rv))
|
||||
{
|
||||
NS_ERROR("unable to open blocking stream");
|
||||
// file doesn't exist -- just exit
|
||||
// NS_ERROR("unable to open blocking stream");
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче