mshtml: Fix return value interpretation when navigating.
This commit is contained in:
parent
d719120fc8
commit
5f8776c8d0
|
@ -904,7 +904,7 @@ static nsresult NSAPI nsChannel_AsyncOpen(nsIHttpChannel *iface, nsIStreamListen
|
|||
|
||||
open = FALSE;
|
||||
}else {
|
||||
open = before_async_open(This, window->doc_obj->nscontainer);
|
||||
open = !before_async_open(This, window->doc_obj->nscontainer);
|
||||
if(!open) {
|
||||
TRACE("canceled\n");
|
||||
nsres = NS_ERROR_UNEXPECTED;
|
||||
|
|
Loading…
Reference in New Issue