uncommenting out a line for tracking reflow performance

b=61496 r=kmcclusk, sr=waterson


git-svn-id: svn://10.0.0.236/trunk@83149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 2000-11-30 21:46:12 +00:00
parent 488d76f2ec
commit 6cef61e607
2 changed files with 2 additions and 2 deletions

View File

@ -6049,7 +6049,7 @@ NS_IMETHODIMP
PresShell::CountReflows(const char * aName, PRUint32 aType)
{
if (mReflowCountMgr) {
//mReflowCountMgr->Add(aName, (nsReflowReason)aType);
mReflowCountMgr->Add(aName, (nsReflowReason)aType);
}
return NS_OK;
}

View File

@ -6049,7 +6049,7 @@ NS_IMETHODIMP
PresShell::CountReflows(const char * aName, PRUint32 aType)
{
if (mReflowCountMgr) {
//mReflowCountMgr->Add(aName, (nsReflowReason)aType);
mReflowCountMgr->Add(aName, (nsReflowReason)aType);
}
return NS_OK;
}