mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
Bug 228398 Warning `reference to undefined property this.mContentDisposition'' [xs] in file
`chrome://communicator/content/contentAreaUtils.js'', line 559, character 0.
r=neil sr=bz
This commit is contained in:
parent
6951eca79c
commit
59a8b74b97
@ -556,7 +556,7 @@ nsHeaderSniffer.prototype = {
|
||||
{
|
||||
var fileName = "";
|
||||
|
||||
if (this.mContentDisposition) {
|
||||
if ("mContentDisposition" in this) {
|
||||
const mhpContractID = "@mozilla.org/network/mime-hdrparam;1"
|
||||
const mhpIID = Components.interfaces.nsIMIMEHeaderParam;
|
||||
const mhp = Components.classes[mhpContractID].getService(mhpIID);
|
||||
|
Loading…
Reference in New Issue
Block a user