Kirill K. Smirnov : mshtml: Fix yet another copy/paste typo.
Module: wine Branch: master Commit: b85574fc66f2c58f274b312867b5b7c0bc3ecbde URL: http://source.winehq.org/git/wine.git/?a=commit;h=b85574fc66f2c58f274b312867... Author: Kirill K. Smirnov <lich(a)math.spbu.ru> Date: Mon Jun 2 19:49:50 2008 +0400 mshtml: Fix yet another copy/paste typo. --- dlls/mshtml/nsembed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index 87132f4..cec3598 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -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,
participants (1)
-
Alexandre Julliard