diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h b/Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h index ccc80188f9..57e9c99375 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h +++ b/Userland/Libraries/LibWeb/HTML/HTMLQuoteElement.h @@ -16,7 +16,7 @@ class HTMLQuoteElement final : public HTMLElement { public: virtual ~HTMLQuoteElement() override; - virtual Optional<DOM::ARIARoles::Role> default_role() const override; + virtual Optional<ARIA::Role> default_role() const override; private: HTMLQuoteElement(DOM::Document&, DOM::QualifiedName); |