From be3e4b917d6ec86c66f2922cbb24d5661434849f Mon Sep 17 00:00:00 2001 From: win7-7 Date: Thu, 16 May 2024 01:32:32 +0300 Subject: [PATCH] Hmph.. another issue due needing 1325254 (which does not just work) or figuring out way get rid of Value. Hmph.. another issue due needing 1325254 or figuring out way get rid of Value. --- xpcom/threads/TimerThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/threads/TimerThread.cpp b/xpcom/threads/TimerThread.cpp index d56e104bbc..336e4d5a8b 100644 --- a/xpcom/threads/TimerThread.cpp +++ b/xpcom/threads/TimerThread.cpp @@ -601,7 +601,7 @@ TimerThread::FindNextFireTimeForCurrentThread(TimeStamp aDefault, uint32_t aSear uint32_t index = 0; for (auto timers = mTimers.begin(); timers != mTimers.end(); ++timers) { - nsTimerImpl* timer = (*timers)->Value(); + nsTimerImpl* timer = (*timers)->mTimerImpl(); if (!timer) { continue;