mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
f9fc49a271
commit
a94eef4ca8
@ -958,7 +958,7 @@
|
||||
if (aPostData === undefined)
|
||||
aPostData = null;
|
||||
b.loadURIWithFlags(aURI, nsIWebNavigation.LOAD_FLAGS_NONE,
|
||||
aReferrerURI, aPostData, null);
|
||||
aReferrerURI, aCharset, aPostData);
|
||||
}
|
||||
|
||||
return t;
|
||||
|
Loading…
Reference in New Issue
Block a user