mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 23:35:33 +00:00
LibWeb: Add namespace to Element
This commit is contained in:
@@ -34,7 +34,7 @@ class HTMLAudioElement final : public HTMLMediaElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLAudioElementWrapper;
|
||||
|
||||
HTMLAudioElement(DOM::Document&, const FlyString& local_name);
|
||||
HTMLAudioElement(DOM::Document&, const QualifiedName& qualified_name);
|
||||
virtual ~HTMLAudioElement() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user