summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-02-18 21:00:52 +0100
committerAndreas Kling <kling@serenityos.org>2022-02-19 14:45:59 +0100
commit1b6ed558bb08d5cc3b2882291c56608e7e4c1649 (patch)
tree3cf4fb298e93336965f809033f31ca68448ccd56 /Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h
parentcdd1a9f12828fb1ffd8183b1fa1ff2b580b6b890 (diff)
downloadserenity-1b6ed558bb08d5cc3b2882291c56608e7e4c1649.zip
LibWeb: Move QualifiedName into the Web::DOM namespace
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h b/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h
index c934b6590e..f977d2fe1f 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h
+++ b/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.h
@@ -14,7 +14,7 @@ class HTMLIFrameElement final : public BrowsingContextContainer {
public:
using WrapperType = Bindings::HTMLIFrameElementWrapper;
- HTMLIFrameElement(DOM::Document&, QualifiedName);
+ HTMLIFrameElement(DOM::Document&, DOM::QualifiedName);
virtual ~HTMLIFrameElement() override;
virtual RefPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>) override;