diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLVideoElement.h')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLVideoElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLVideoElement.h b/Libraries/LibWeb/HTML/HTMLVideoElement.h index 11e5993339..7d9366d31a 100644 --- a/Libraries/LibWeb/HTML/HTMLVideoElement.h +++ b/Libraries/LibWeb/HTML/HTMLVideoElement.h @@ -34,7 +34,7 @@ class HTMLVideoElement final : public HTMLMediaElement { public: using WrapperType = Bindings::HTMLVideoElementWrapper; - HTMLVideoElement(DOM::Document&, const FlyString& local_name); + HTMLVideoElement(DOM::Document&, const QualifiedName& qualified_name); virtual ~HTMLVideoElement() override; }; |