зеркало из https://github.com/mozilla/pjs.git
Bug 228510 Warning ``function getContentTypeFromHeaders does not always return a value'' [xs] in file ``chrome://navigator/content/pageInfo.js'', line 951, character 0.
r=neil sr=bz
This commit is contained in:
Родитель
c0bcf8649b
Коммит
7bf990ec2d
|
@ -944,6 +944,7 @@ function getContentTypeFromHeaders(cacheEntryDescriptor)
|
|||
match = /^Content-Type:\s*(.*?)\s*(?:\;|$)/mi.exec(headers);
|
||||
return match[1];
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
function getContentTypeFromImgRequest(item)
|
||||
|
|
Загрузка…
Ссылка в новой задаче