зеркало из https://github.com/mozilla/gecko-dev.git
Bug 884760 - Typo in OfflineCacheInstaller.jsm. r=me
This commit is contained in:
Родитель
34c6401702
Коммит
5aa45bedd2
|
@ -78,7 +78,7 @@ function storeCache(applicationCache, url, file, itemType) {
|
|||
|
||||
function readFile(aFile, aCallback) {
|
||||
let channel = NetUtil.newChannel(aFile);
|
||||
channel.contentType = "pain/text";
|
||||
channel.contentType = "plain/text";
|
||||
NetUtil.asyncFetch(channel, function(aStream, aResult) {
|
||||
if (!Components.isSuccessCode(aResult)) {
|
||||
Cu.reportError("OfflineCacheInstaller: Could not read file " + aFile.path);
|
||||
|
|
Загрузка…
Ссылка в новой задаче