RESOLVED FIXED 256572
HysteresisActivity::impulse() thrashes a timer
https://bugs.webkit.org/show_bug.cgi?id=256572
Summary HysteresisActivity::impulse() thrashes a timer
Simon Fraser (smfr)
Reported 2023-05-09 21:14:46 PDT
HysteresisActivity::impulse() is implemented as: void impulse() { if (!m_active) { start(); stop(); } } which will always stop and restart the timer if called repeatedly.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-09 21:15:10 PDT
Simon Fraser (smfr)
Comment 2 2023-05-09 22:27:05 PDT
EWS
Comment 3 2023-05-10 21:27:24 PDT
Committed 263946@main (c408a82764d2): <https://commits.webkit.org/263946@main> Reviewed commits have been landed. Closing PR #13681 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.