mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -37,7 +37,7 @@ class HTMLObjectElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLObjectElementWrapper;
|
||||
|
||||
HTMLObjectElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLObjectElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLObjectElement() override;
|
||||
|
||||
virtual void parse_attribute(const FlyString& name, const String& value) override;
|
||||
|
||||
Reference in New Issue
Block a user