From c7133bf081469fa5f9743e8a7fbed43291ad12d9 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 14 Sep 2020 09:56:35 +0200 Subject: [PATCH] LibWeb: Register the InProcessWebView widget --- Libraries/LibWeb/InProcessWebView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/LibWeb/InProcessWebView.cpp b/Libraries/LibWeb/InProcessWebView.cpp index 9333ae2d08..e0095fb173 100644 --- a/Libraries/LibWeb/InProcessWebView.cpp +++ b/Libraries/LibWeb/InProcessWebView.cpp @@ -58,6 +58,8 @@ //#define SELECTION_DEBUG +REGISTER_WIDGET(Web, InProcessWebView) + namespace Web { InProcessWebView::InProcessWebView()