Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.

git-svn-id: svn://10.0.0.236/trunk@51196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-10-19 22:27:20 +00:00
parent bf856b8053
commit b7fab4e31c
23 changed files with 48 additions and 76 deletions

View File

@@ -81,7 +81,7 @@ static eHTMLTags gWhitespaceTags[]={
#include "nsElementTable.h"
#ifdef RAPTOR_PERF_METRICS
#ifdef MOZ_PERF_METRICS
# define START_TIMER() \
if(mParser) mParser->mParseTime.Start(PR_FALSE); \
if(mParser) mParser->mDTDTime.Start(PR_FALSE);