diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-07 10:06:22 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-07 10:14:41 +0200 |
commit | 896db187e5f2651abba3be006f18e24d598542b1 (patch) | |
tree | 87cdeee778b264695158c15a0108d049dd45c39e /Applications/Browser | |
parent | 5e9d1b216596b936100f34640d43dc534fc35cbf (diff) | |
download | serenity-896db187e5f2651abba3be006f18e24d598542b1.zip |
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Diffstat (limited to 'Applications/Browser')
-rw-r--r-- | Applications/Browser/Tab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Browser/Tab.cpp b/Applications/Browser/Tab.cpp index 4028612c15..a5e40d6c10 100644 --- a/Applications/Browser/Tab.cpp +++ b/Applications/Browser/Tab.cpp @@ -48,7 +48,7 @@ #include <LibWeb/DOM/Element.h> #include <LibWeb/DOMTreeModel.h> #include <LibWeb/Dump.h> -#include <LibWeb/Frame.h> +#include <LibWeb/Frame/Frame.h> #include <LibWeb/PageView.h> #include <LibWeb/Layout/LayoutBlock.h> #include <LibWeb/Layout/LayoutDocument.h> |