From 9f3789cdc7149c8bbdec22fc3a70d2de10b6ff79 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Thu, 8 Oct 2020 21:11:32 +0100 Subject: [PATCH] LibWeb: Register the OutOfProcessWebView widget --- Libraries/LibWeb/OutOfProcessWebView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/LibWeb/OutOfProcessWebView.cpp b/Libraries/LibWeb/OutOfProcessWebView.cpp index c2ebe32ad3..df59697373 100644 --- a/Libraries/LibWeb/OutOfProcessWebView.cpp +++ b/Libraries/LibWeb/OutOfProcessWebView.cpp @@ -33,6 +33,8 @@ #include #include +REGISTER_WIDGET(Web, OutOfProcessWebView) + namespace Web { OutOfProcessWebView::OutOfProcessWebView()