1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 22:24:57 +00:00

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()