mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibCore: Stop obsessing about tiny OOMs in Core::Timer
Work towards #20405
This commit is contained in:
@@ -292,7 +292,7 @@ bool HTMLImageElement::uses_srcset_or_picture() const
|
||||
struct BatchingDispatcher {
|
||||
public:
|
||||
BatchingDispatcher()
|
||||
: m_timer(Core::Timer::create_single_shot(1, [this] { process(); }).release_value_but_fixme_should_propagate_errors())
|
||||
: m_timer(Core::Timer::create_single_shot(1, [this] { process(); }))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user