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:
Ehsan Akhgari 2012-07-05 16:26:59 -04:00
parent 5e72fadf03
commit 910d251f2f

View File

@ -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 )