mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
mshtml: Fixed copy/paste mistake.
This commit is contained in:
parent
30a00e8dfd
commit
1a0bf043bc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user