mshtml: Fix copy/paste error.

This commit is contained in:
Kirill K. Smirnov 2008-05-25 02:06:50 +04:00 committed by Alexandre Julliard
parent 2b7debe01b
commit 73bd6da208
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ static ULONG WINAPI WindowDispEx_Release(IDispatchEx *iface)
{
HTMLWindow *This = DISPEX_THIS(iface);
return IHTMLWindow2_AddRef(HTMLWINDOW2(This));
return IHTMLWindow2_Release(HTMLWINDOW2(This));
}
static HRESULT WINAPI WindowDispEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pctinfo)