LibWeb: Move the Page/Frame/EventHandler classes into Page/

This commit is contained in:
Andreas Kling 2020-07-28 19:27:41 +02:00
commit ef711f501e
Notes: sideshowbarker 2024-07-19 04:29:43 +09:00
24 changed files with 32 additions and 33 deletions

View file

@ -26,7 +26,7 @@
#pragma once
#include <LibWeb/Page.h>
#include <LibWeb/Page/Page.h>
namespace WebContent {