mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
AK+Userland: Remove NOESCAPE
See the next commit for an explanation
This commit is contained in:
parent
d2b3007248
commit
a5f4c9a632
Notes:
sideshowbarker
2024-07-17 18:13:59 +09:00
Author: https://github.com/mattco98
Commit: a5f4c9a632
Pull-request: https://github.com/SerenityOS/serenity/pull/24361
Reviewed-by: https://github.com/ADKaster ✅
16 changed files with 24 additions and 26 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
|
||||
virtual ~EventLoopPlugin();
|
||||
|
||||
virtual void spin_until(NOESCAPE JS::SafeFunction<bool()> goal_condition) = 0;
|
||||
virtual void spin_until(JS::SafeFunction<bool()> goal_condition) = 0;
|
||||
virtual void deferred_invoke(JS::SafeFunction<void()>) = 0;
|
||||
virtual NonnullRefPtr<Timer> create_timer() = 0;
|
||||
virtual void quit() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue