bug 199237 : non-textual docs(image/media) opened in a new tab have url-escaped name in title: checking in what's missed in the previous check-in (a year and half ago) (one-liner)

This commit is contained in:
jshin@mailaps.org 2007-08-21 21:59:51 -07:00
parent f9fc49a271
commit a94eef4ca8

View File

@ -958,7 +958,7 @@
if (aPostData === undefined)
aPostData = null;
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
aReferrerURI, aPostData, null);
aReferrerURI, aCharset, aPostData);
}
return t;