diff --git a/Ladybird/Tab.cpp b/Ladybird/Tab.cpp index 2cdba38971..c60b0aed9b 100644 --- a/Ladybird/Tab.cpp +++ b/Ladybird/Tab.cpp @@ -151,7 +151,7 @@ Tab::Tab(BrowserWindow* window, StringView webdriver_content_ipc_path) // // Note we *don't* do this if we are connected to a WebDriver, as the Set URL command may come in very // quickly, and become replaced by this load. - if (!webdriver_content_ipc_path.is_empty()) { + if (webdriver_content_ipc_path.is_empty()) { m_is_history_navigation = true; m_view->load("about:blank"sv); }