mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
LibWeb: Move HTML classes into the Web::HTML namespace
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <LibWeb/DOM/Text.h>
|
||||
#include <LibWeb/Parser/CSSParser.h>
|
||||
|
||||
namespace Web {
|
||||
namespace Web::HTML {
|
||||
|
||||
HTMLStyleElement::HTMLStyleElement(DOM::Document& document, const FlyString& tag_name)
|
||||
: HTMLElement(document, tag_name)
|
||||
|
||||
Reference in New Issue
Block a user