mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 911771 followup. Just nuke the broken code. r=CLOSED TREE
This commit is contained in:
parent
2eaf03fbf6
commit
0ec2367ac3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user