summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutFrame.h')
-rw-r--r--Libraries/LibWeb/Layout/LayoutFrame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Layout/LayoutFrame.h b/Libraries/LibWeb/Layout/LayoutFrame.h
index eda86fe4a8..269f7e1557 100644
--- a/Libraries/LibWeb/Layout/LayoutFrame.h
+++ b/Libraries/LibWeb/Layout/LayoutFrame.h
@@ -33,7 +33,7 @@ namespace Web {
class LayoutFrame final : public LayoutReplaced {
public:
- LayoutFrame(Document&, const Element&, NonnullRefPtr<StyleProperties>);
+ LayoutFrame(DOM::Document&, const DOM::Element&, NonnullRefPtr<StyleProperties>);
virtual ~LayoutFrame() override;
virtual void paint(PaintContext&, PaintPhase) override;