diff --git a/Ladybird/main.cpp b/Ladybird/main.cpp index 6c220bec0b6..e5107dada19 100644 --- a/Ladybird/main.cpp +++ b/Ladybird/main.cpp @@ -66,7 +66,7 @@ ErrorOr serenity_main(Main::Arguments arguments) StringView raw_url; StringView webdriver_content_ipc_path; - bool dump_layout_tree; + bool dump_layout_tree = false; Core::ArgsParser args_parser; args_parser.set_general_help("The Ladybird web browser :^)");