Files
ladybird/Userland/Libraries/LibWeb/HTML/Timer.cpp
Aliaksandr Kalenik 883a97984c LibWeb: Use Core::Timer instead of Platform::Timer in HTML::Timer
By using Core::Timer that accepts Function instead of JS::SafeFunction
in Platform::Timer does we fix memory leak caused by circular
dependency of timer's callback and timer itself.
2023-09-26 19:42:59 +02:00

1.2 KiB