mshtml: Fix yet another copy/paste typo.

This commit is contained in:
Kirill K. Smirnov 2008-06-02 19:49:50 +04:00 committed by Alexandre Julliard
parent e3fc64aaec
commit b85574fc66
1 changed files with 1 additions and 1 deletions

View File

@ -1478,7 +1478,7 @@ static nsrefcnt NSAPI nsTooltipListener_AddRef(nsITooltipListener *iface)
static nsrefcnt NSAPI nsTooltipListener_Release(nsITooltipListener *iface)
{
NSContainer *This = NSTOOLTIP_THIS(iface);
return nsIWebBrowserChrome_AddRef(NSWBCHROME(This));
return nsIWebBrowserChrome_Release(NSWBCHROME(This));
}
static nsresult NSAPI nsTooltipListener_OnShowTooltip(nsITooltipListener *iface,