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