From 18a1f3a0be5b668668e4e4525cfb4a7a9bb6763e Mon Sep 17 00:00:00 2001 From: "pavlov%netscape.com" Date: Wed, 10 Apr 2002 09:06:18 +0000 Subject: [PATCH] adding ,0 to fix os2 bustage git-svn-id: svn://10.0.0.236/trunk@118604 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/threads/nsTimerImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/threads/nsTimerImpl.cpp b/mozilla/xpcom/threads/nsTimerImpl.cpp index 5cdda285933..363733aaebc 100644 --- a/mozilla/xpcom/threads/nsTimerImpl.cpp +++ b/mozilla/xpcom/threads/nsTimerImpl.cpp @@ -577,7 +577,7 @@ NS_IMETHODIMP nsTimerManager::FireNextIdleTimer() if (count > 0) { nsTimerImpl *theTimer = NS_STATIC_CAST(nsTimerImpl*, NS_STATIC_CAST(nsITimer*, gIdleTimers->ElementAt(0))); // addrefs - gIdleTimers->RemoveElement(NS_STATIC_CAST(nsITimer*, theTimer)); + gIdleTimers->RemoveElement(NS_STATIC_CAST(nsITimer*, theTimer), 0); theTimer->Fire();