fix timers on osx. r=pchen/sr=sfraser/a=asa. bug# 75499.
git-svn-id: svn://10.0.0.236/trunk@96330 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aec0070388
commit
6aa688e9af
@ -104,7 +104,7 @@ nsresult nsTimerPeriodical::RemoveTimer(nsTimerImpl * aTimer)
|
||||
void nsTimerPeriodical::RepeatAction(const EventRecord &inMacEvent)
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
ProcessTimers(inMacEvent.when);
|
||||
ProcessTimers(::TickCount());
|
||||
|
||||
if (!mTimers)
|
||||
StopRepeating();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user