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:
@@ -32,6 +32,8 @@
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
DOMTreeModel::DOMTreeModel(Document& document)
|
||||
: m_document(document)
|
||||
{
|
||||
@@ -151,3 +153,5 @@ void DOMTreeModel::update()
|
||||
{
|
||||
did_update();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user