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:
jdunn%netscape.com
1999-11-11 21:35:34 +00:00
parent 0a65915b40
commit 68a5a4a034
11 changed files with 17 additions and 17 deletions

View File

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