Commit 73bd6da2 authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

mshtml: Fix copy/paste error.

parent 2b7debe0
......@@ -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)
......
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