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:
jdunn%netscape.com 1999-11-11 21:35:34 +00:00
Родитель 76b0c270fb
Коммит 0c7a249849
11 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@ -200,7 +200,7 @@ protected:
nsIStyleFrameConstruction* mFrameConstructor;
MOZ_TIMER_DECLARE(mStyleResolutionWatch);
MOZ_TIMER_DECLARE(mStyleResolutionWatch)
};
StyleSetImpl::StyleSetImpl()

Просмотреть файл

@ -285,7 +285,7 @@ public:
void ForceReflow();
#endif
MOZ_TIMER_DECLARE(mWatch); // Measures content model creation time for current document
MOZ_TIMER_DECLARE(mWatch) // Measures content model creation time for current document
};
class SinkContext {

Просмотреть файл

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

Просмотреть файл

@ -384,9 +384,9 @@ protected:
CObserverService mObserverService;
public:
MOZ_TIMER_DECLARE(mParseTime);
MOZ_TIMER_DECLARE(mDTDTime);
MOZ_TIMER_DECLARE(mTokenizeTime);
MOZ_TIMER_DECLARE(mParseTime)
MOZ_TIMER_DECLARE(mDTDTime)
MOZ_TIMER_DECLARE(mTokenizeTime)
};
#endif

Просмотреть файл

@ -379,8 +379,8 @@ protected:
PRBool mPendingReflowEvent;
nsCOMPtr<nsIEventQueue> mEventQueue;
MOZ_TIMER_DECLARE(mReflowWatch); // Used for measuring time spent in reflow
MOZ_TIMER_DECLARE(mFrameCreationWatch); // Used for measuring time spent in frame creation
MOZ_TIMER_DECLARE(mReflowWatch) // Used for measuring time spent in reflow
MOZ_TIMER_DECLARE(mFrameCreationWatch) // Used for measuring time spent in frame creation
#ifdef DEBUG_nisheeth
PRInt32 mReflows;

Просмотреть файл

@ -200,7 +200,7 @@ protected:
nsIStyleFrameConstruction* mFrameConstructor;
MOZ_TIMER_DECLARE(mStyleResolutionWatch);
MOZ_TIMER_DECLARE(mStyleResolutionWatch)
};
StyleSetImpl::StyleSetImpl()

Просмотреть файл

@ -379,8 +379,8 @@ protected:
PRBool mPendingReflowEvent;
nsCOMPtr<nsIEventQueue> mEventQueue;
MOZ_TIMER_DECLARE(mReflowWatch); // Used for measuring time spent in reflow
MOZ_TIMER_DECLARE(mFrameCreationWatch); // Used for measuring time spent in frame creation
MOZ_TIMER_DECLARE(mReflowWatch) // Used for measuring time spent in reflow
MOZ_TIMER_DECLARE(mFrameCreationWatch) // Used for measuring time spent in frame creation
#ifdef DEBUG_nisheeth
PRInt32 mReflows;

Просмотреть файл

@ -285,7 +285,7 @@ public:
void ForceReflow();
#endif
MOZ_TIMER_DECLARE(mWatch); // Measures content model creation time for current document
MOZ_TIMER_DECLARE(mWatch) // Measures content model creation time for current document
};
class SinkContext {

Просмотреть файл

@ -200,7 +200,7 @@ protected:
nsIStyleFrameConstruction* mFrameConstructor;
MOZ_TIMER_DECLARE(mStyleResolutionWatch);
MOZ_TIMER_DECLARE(mStyleResolutionWatch)
};
StyleSetImpl::StyleSetImpl()

Просмотреть файл

@ -384,9 +384,9 @@ protected:
CObserverService mObserverService;
public:
MOZ_TIMER_DECLARE(mParseTime);
MOZ_TIMER_DECLARE(mDTDTime);
MOZ_TIMER_DECLARE(mTokenizeTime);
MOZ_TIMER_DECLARE(mParseTime)
MOZ_TIMER_DECLARE(mDTDTime)
MOZ_TIMER_DECLARE(mTokenizeTime)
};
#endif

Просмотреть файл

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