mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
LibCore: Remove fixed EventLoop FIXME
This was resolved in commit f25123df66
.
This commit is contained in:
parent
a87c85f401
commit
f8c81b2f01
Notes:
sideshowbarker
2024-07-17 11:30:01 +09:00
Author: https://github.com/gmta
Commit: f8c81b2f01
Pull-request: https://github.com/SerenityOS/serenity/pull/13823
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ EventLoop::EventLoop([[maybe_unused]] MakeInspectable make_inspectable)
|
|||
make_inspectable = Core::EventLoop::MakeInspectable::Yes;
|
||||
|
||||
if (make_inspectable == MakeInspectable::Yes
|
||||
// FIXME: Deadlock potential; though the main loop and inspector server connection are rarely used in conjunction
|
||||
&& !s_inspector_server_connection.with_locked([](auto inspector_server_connection) { return inspector_server_connection; })) {
|
||||
if (!connect_to_inspector_server())
|
||||
dbgln("Core::EventLoop: Failed to connect to InspectorServer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue