mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
fixed crash in SpendTime()
This commit is contained in:
parent
58347eeda0
commit
b51dff3132
@ -249,7 +249,7 @@ void TimerPeriodical::SpendTime( const EventRecord &inMacEvent)
|
||||
{
|
||||
LArrayIterator iter( *mTimers, LArrayIterator::from_Start);
|
||||
TimerImpl * timer;
|
||||
while (iter.Next( &timer))
|
||||
while (iter.Next(timer))
|
||||
{
|
||||
if ( timer->GetFireTime() <= inMacEvent.when )
|
||||
//if ( 1 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user