зеркало из https://github.com/mozilla/gecko-dev.git
Bug 847310 - Yet another bustage fix. a=bustage
This commit is contained in:
Родитель
247906f078
Коммит
ce5c0b8f9a
|
@ -1997,7 +1997,7 @@ nsresult imgLoader::GetMimeTypeFromContent(const char* aContents, uint32_t aLeng
|
|||
else if (aLength >= 2 && (static_cast<unsigned char>(aContents[0]) == 0x00 &&
|
||||
(static_cast<unsigned char>(aContents[1]) & 0x9F) == 0x00))
|
||||
{
|
||||
aContentType.AssignLiteral(IMAGE_WBMP);
|
||||
aContentType.AssignLiteral("image/vnd.wap.wbmp");
|
||||
}
|
||||
|
||||
else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче