Jacek Caban (@jacek) commented about dlls/mshtml/nsio.c:
IBindStatusCallback_Release(&task->bscallback->bsc.IBindStatusCallback_iface);
}
+static HRESULT fire_beforenavigate2(HTMLOuterWindow *window, BSTR url)
Sorry for not catching it earlier, but this should be `nsresult`. It's similar, but not the same to `HRESULT`, but has different codes so it shouldn't be mixed.