LibCore: Stop obsessing about tiny OOMs in Core::Timer

Work towards #20405
This commit is contained in:
Andreas Kling 2024-04-16 20:34:01 +02:00
commit 1cb5385a29
Notes: sideshowbarker 2024-07-16 21:39:23 +09:00
52 changed files with 111 additions and 113 deletions

View file

@ -291,7 +291,7 @@ BrowsingContext::BrowsingContext(JS::NonnullGCPtr<Page> page)
m_cursor_blink_state = !m_cursor_blink_state;
node->paintable()->set_needs_display();
}
}).release_value_but_fixme_should_propagate_errors();
});
}
BrowsingContext::~BrowsingContext() = default;