mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 771266 - Part 2: Remove the fastcall annotation from ~nsCOMPtr_base, because it doesn't mean anything now that it's inline; irc-r=Neil
This commit is contained in:
parent
5e72fadf03
commit
910d251f2f
@ -401,7 +401,7 @@ nsCOMPtr_base
|
||||
// nothing else to do here
|
||||
}
|
||||
|
||||
NS_COM_GLUE NS_CONSTRUCTOR_FASTCALL ~nsCOMPtr_base()
|
||||
NS_COM_GLUE ~nsCOMPtr_base()
|
||||
{
|
||||
NSCAP_LOG_RELEASE(this, mRawPtr);
|
||||
if ( mRawPtr )
|
||||
|
Loading…
Reference in New Issue
Block a user