mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 366705 - "error when you try to load a non existing page from a local drive" [p=sciguyryan@gmail.com (Ryan Jones) r=gavin a1.9=mconnor]
This commit is contained in:
parent
8ff844ab55
commit
6464a28abd
@ -1275,8 +1275,12 @@
|
||||
if (aAllowThirdPartyFixup) {
|
||||
flags = nsIWebNavigation.LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP;
|
||||
}
|
||||
try {
|
||||
b.loadURIWithFlags(aURI, flags, aReferrerURI, aCharset, aPostData);
|
||||
}
|
||||
catch (ex) {
|
||||
}
|
||||
}
|
||||
|
||||
// |setTimeout| here to ensure we're post reflow
|
||||
var _delayedUpdate = function(aTabContainer) {
|
||||
|
Loading…
Reference in New Issue
Block a user