LibWeb: Register the InProcessWebView widget

This commit is contained in:
Andreas Kling 2020-09-14 09:56:35 +02:00
parent 3c580233d1
commit c7133bf081
Notes: sideshowbarker 2024-07-19 02:25:48 +09:00

View file

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