зеркало из https://github.com/mozilla/gecko-dev.git
Bug 480318. Fix getting of content-disposition for the document save-as case. r=gavin
This commit is contained in:
Родитель
e737ad3127
Коммит
cac1840ae6
|
@ -164,7 +164,7 @@ function saveDocument(aDocument, aSkipPrompt)
|
|||
try {
|
||||
contentDisposition =
|
||||
ifreq.getInterface(Components.interfaces.nsIDOMWindowUtils)
|
||||
getDocumentMetadata("content-disposition");
|
||||
.getDocumentMetadata("content-disposition");
|
||||
} catch (ex) {
|
||||
// Failure to get a content-disposition is ok
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче