mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 598078 - DocShell warning: Could not fetch previous flags, URI will be treated like referrer. r=bz, a=warning
This commit is contained in:
parent
5919a4c04a
commit
c8c3c11e72
@ -10450,7 +10450,7 @@ nsDocShell::ExtractLastVisit(nsIChannel* aChannel,
|
||||
);
|
||||
|
||||
NS_WARN_IF_FALSE(
|
||||
NS_FAILED(rv),
|
||||
NS_SUCCEEDED(rv),
|
||||
"Could not fetch previous flags, URI will be treated like referrer"
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user