Bug 648873 - use NS_STDCALL_FUNCPROTO; r=bzbarsky

This commit is contained in:
Rafael Ávila de Espíndola 2011-04-14 15:54:58 -04:00
parent bfff124a96
commit ad427d8c6f

View File

@ -75,7 +75,8 @@ static const PRUint32 kIconBitsPerPixel = kIconBitsPerComponent *
static const PRUint32 kIconBytesPerRow = kIconWidth * kIconBitsPerPixel / 8;
static const PRUint32 kIconBytes = kIconBytesPerRow * kIconHeight;
typedef nsresult (nsIDOMRect::*GetRectSideMethod)(nsIDOMCSSPrimitiveValue**);
typedef NS_STDCALL_FUNCPROTO(nsresult, GetRectSideMethod, nsIDOMRect,
GetBottom, (nsIDOMCSSPrimitiveValue**));
NS_IMPL_ISUPPORTS2(nsMenuItemIconX, imgIContainerObserver, imgIDecoderObserver)