mshtml: Fixed copy/paste mistake.

This commit is contained in:
Joris Huizer 2008-04-22 16:27:32 +02:00 committed by Alexandre Julliard
parent 30a00e8dfd
commit 1a0bf043bc
1 changed files with 1 additions and 1 deletions

View File

@ -1361,7 +1361,7 @@ static ULONG WINAPI DocDispatchEx_Release(IDispatchEx *iface)
{
HTMLDocument *This = DISPEX_THIS(iface);
return IHTMLWindow2_AddRef(HTMLDOC(This));
return IHTMLWindow2_Release(HTMLDOC(This));
}
static HRESULT WINAPI DocDispatchEx_GetTypeInfoCount(IDispatchEx *iface, UINT *pctinfo)