mshtml: Fix return value interpretation when navigating.

This commit is contained in:
Andrew Eikum 2010-03-17 16:09:09 -05:00 committed by Alexandre Julliard
parent d719120fc8
commit 5f8776c8d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;