summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLStyleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLStyleElement.h')
-rw-r--r--Libraries/LibWeb/HTML/HTMLStyleElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLStyleElement.h b/Libraries/LibWeb/HTML/HTMLStyleElement.h
index 79f00b60d3..29c05545b9 100644
--- a/Libraries/LibWeb/HTML/HTMLStyleElement.h
+++ b/Libraries/LibWeb/HTML/HTMLStyleElement.h
@@ -34,7 +34,7 @@ class HTMLStyleElement final : public HTMLElement {
public:
using WrapperType = Bindings::HTMLStyleElementWrapper;
- HTMLStyleElement(DOM::Document&, const FlyString& local_name);
+ HTMLStyleElement(DOM::Document&, const QualifiedName& qualified_name);
virtual ~HTMLStyleElement() override;
virtual void children_changed() override;