Try to fix the orange by overriding platform-specific errors

This commit is contained in:
Blake Kaplan 2008-08-04 18:04:19 -07:00
Родитель d42f0d18f7
Коммит e23486ebed
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1527,7 +1527,7 @@ mozJSComponentLoader::ImportInto(const nsACString & aLocation,
}
// Something failed, but we don't know what it is, guess.
return rv;
return NS_ERROR_FILE_NOT_FOUND;
}
mod = newEntry;