Remove the gShellCounter printf cruft.
git-svn-id: svn://10.0.0.236/trunk@66585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2012,12 +2012,10 @@ PresShell::AlreadyInQueue(nsIReflowCommand* aReflowCommand)
|
||||
|
||||
return inQueue;
|
||||
}
|
||||
static int gShellCounter = 0;
|
||||
|
||||
NS_IMETHODIMP
|
||||
PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
|
||||
{
|
||||
printf("gShellCounter: %d\n", gShellCounter++);
|
||||
#ifdef DEBUG
|
||||
if (mInVerifyReflow) {
|
||||
return NS_OK;
|
||||
|
||||
@@ -2012,12 +2012,10 @@ PresShell::AlreadyInQueue(nsIReflowCommand* aReflowCommand)
|
||||
|
||||
return inQueue;
|
||||
}
|
||||
static int gShellCounter = 0;
|
||||
|
||||
NS_IMETHODIMP
|
||||
PresShell::AppendReflowCommand(nsIReflowCommand* aReflowCommand)
|
||||
{
|
||||
printf("gShellCounter: %d\n", gShellCounter++);
|
||||
#ifdef DEBUG
|
||||
if (mInVerifyReflow) {
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user