mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Move HTML classes into the Web::HTML namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:30:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c46439f2406
@@ -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