Bug 911771 followup. Just nuke the broken code. r=CLOSED TREE

This commit is contained in:
Boris Zbarsky 2013-09-04 17:38:23 -04:00
parent 2eaf03fbf6
commit 0ec2367ac3

View File

@ -1220,20 +1220,6 @@ nsContentSink::Notify(nsITimer *timer)
return NS_OK;
}
#ifdef DEBUG
{
PRTime now = PR_Now();
int64_t interval = GetNotificationInterval();
delay = int32_t(now - mLastNotificationTime - interval) / PR_USEC_PER_MSEC;
mBackoffCount--;
SINK_TRACE(gContentSinkLogModuleInfo, SINK_TRACE_REFLOW,
("nsContentSink::Notify: reflow on a timer: %d milliseconds "
"late, backoff count: %d", delay, mBackoffCount));
}
#endif // DEBUG
if (WaitForPendingSheets()) {
mDeferredFlushTags = true;
} else {