mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 12:44:59 +00:00
LibWeb: Move the Page/Frame/EventHandler classes into Page/
This commit is contained in:
parent
481e838054
commit
ef711f501e
24 changed files with 32 additions and 33 deletions
|
@ -31,8 +31,8 @@
|
|||
#include <LibWeb/DOM/Event.h>
|
||||
#include <LibWeb/HTML/HTMLFormElement.h>
|
||||
#include <LibWeb/HTML/HTMLInputElement.h>
|
||||
#include <LibWeb/Frame/Frame.h>
|
||||
#include <LibWeb/Layout/LayoutWidget.h>
|
||||
#include <LibWeb/Page/Frame.h>
|
||||
#include <LibWeb/PageView.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue