mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibCore+Ladybird: Don't store timer_id in Core::TimerEvent
This commit is contained in:
committed by
Andrew Kaster
parent
cdc0c9f094
commit
21097d1c9e
@@ -244,7 +244,7 @@ try_select_again:
|
||||
}
|
||||
|
||||
if (owner)
|
||||
ThreadEventQueue::current().post_event(*owner, make<TimerEvent>(timer.timer_id));
|
||||
ThreadEventQueue::current().post_event(*owner, make<TimerEvent>());
|
||||
if (timer.should_reload) {
|
||||
timer.reload(now);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user