LibWeb: Register the InProcessWebView widget

This commit is contained in:
Andreas Kling
2020-09-14 09:56:35 +02:00
parent 3c580233d1
commit c7133bf081

View File

@@ -58,6 +58,8 @@
//#define SELECTION_DEBUG
REGISTER_WIDGET(Web, InProcessWebView)
namespace Web {
InProcessWebView::InProcessWebView()