mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Move QualifiedName into the Web::DOM namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 18:32:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1b6ed558bb
@@ -14,7 +14,7 @@ class HTMLTableCellElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLTableCellElementWrapper;
|
||||
|
||||
HTMLTableCellElement(DOM::Document&, QualifiedName);
|
||||
HTMLTableCellElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLTableCellElement() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user