mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-21 16:06:11 +00:00
LibWeb: Move everything into the Web namespace
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <LibHTML/DOM/Text.h>
|
||||
#include <LibHTML/Parser/CSSParser.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
HTMLStyleElement::HTMLStyleElement(Document& document, const String& tag_name)
|
||||
: HTMLElement(document, tag_name)
|
||||
{
|
||||
@@ -59,3 +61,5 @@ void HTMLStyleElement::removed_from(Node& old_parent)
|
||||
}
|
||||
return HTMLElement::removed_from(old_parent);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user