зеркало из https://github.com/mozilla/gecko-dev.git
Bug 139321: forward button not working with pdf, r=biesi, sr=alecf
This commit is contained in:
Родитель
bfb3cce8b4
Коммит
0af0c3ac3c
|
@ -313,7 +313,7 @@ nsBrowserStatusHandler.prototype =
|
|||
}
|
||||
|
||||
// Disable menu entries for images, enable otherwise
|
||||
if (this.mimeTypeIsTextBased(content.document.contentType))
|
||||
if (content.document && this.mimeTypeIsTextBased(content.document.contentType))
|
||||
this.isImage.removeAttribute('disabled');
|
||||
else
|
||||
this.isImage.setAttribute('disabled', 'true');
|
||||
|
|
Загрузка…
Ссылка в новой задаче