Commit 1a0bf043 authored by Joris Huizer's avatar Joris Huizer Committed by Alexandre Julliard

mshtml: Fixed copy/paste mistake.

parent 30a00e8d
...@@ -1361,7 +1361,7 @@ static ULONG WINAPI DocDispatchEx_Release(IDispatchEx *iface) ...@@ -1361,7 +1361,7 @@ static ULONG WINAPI DocDispatchEx_Release(IDispatchEx *iface)
{ {
HTMLDocument *This = DISPEX_THIS(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) static HRESULT WINAPI DocDispatchEx_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