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:
pinkerton%netscape.com 2001-06-04 22:40:53 +00:00
parent aec0070388
commit 6aa688e9af

View File

@ -104,7 +104,7 @@ nsresult nsTimerPeriodical::RemoveTimer(nsTimerImpl * aTimer)
void nsTimerPeriodical::RepeatAction(const EventRecord &inMacEvent)
//----------------------------------------------------------------------------------------
{
ProcessTimers(inMacEvent.when);
ProcessTimers(::TickCount());
if (!mTimers)
StopRepeating();