mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -35,7 +35,7 @@ class HTMLScriptElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLScriptElementWrapper;
|
||||
|
||||
HTMLScriptElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLScriptElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLScriptElement() override;
|
||||
|
||||
bool is_non_blocking() const { return m_non_blocking; }
|
||||
|
||||
Reference in New Issue
Block a user