Browse Source

LibWeb: Register the InProcessWebView widget

Andreas Kling 4 years ago
parent
commit
c7133bf081
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Libraries/LibWeb/InProcessWebView.cpp

+ 2 - 0
Libraries/LibWeb/InProcessWebView.cpp

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