Commit 5f8776c8 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

mshtml: Fix return value interpretation when navigating.

parent d719120f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment