removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'. NOTE: trying to compile a ';' fails on AIX git-svn-id: svn://10.0.0.236/trunk@53239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -492,7 +492,7 @@ protected:
|
||||
// if there is no mWindow, this will keep track of the bounds --dwc0001
|
||||
nsRect mBounds;
|
||||
|
||||
MOZ_TIMER_DECLARE(mTotalTime);
|
||||
MOZ_TIMER_DECLARE(mTotalTime)
|
||||
|
||||
#ifdef DETECT_WEBSHELL_LEAKS
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user