From c2230d5fe8cb68bcfd096328e1167913d0f75946 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 2 Oct 2022 11:17:11 +0200 Subject: [PATCH] Ladybird: The JS console widget should be a standalone window ...not part of the WebView. Its lifetime is managed by a QPointer. --- Ladybird/SimpleWebView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladybird/SimpleWebView.cpp b/Ladybird/SimpleWebView.cpp index 8796e60f0a..d885afc8a6 100644 --- a/Ladybird/SimpleWebView.cpp +++ b/Ladybird/SimpleWebView.cpp @@ -586,7 +586,7 @@ void SimpleWebView::did_get_js_console_messages(i32, Vector, VectorsetWindowTitle("JS Console"); auto* layout = new QVBoxLayout(m_js_console_widget); m_js_console_widget->setLayout(layout);