mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
LibWeb: Move HTML classes into the Web::HTML namespace
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <LibWeb/HTML/HTMLTableRowElement.h>
|
||||
|
||||
namespace Web {
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLTableRowElement::HTMLTableRowElement(DOM::Document& document, const FlyString& tag_name)
|
||||
: HTMLElement(document, tag_name)
|
||||
|
||||
Reference in New Issue
Block a user