mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-29 20:04:15 +00:00
LibWeb: Move everything into the Web namespace
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <LibProtocol/Client.h>
|
||||
#include <LibProtocol/Download.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
ResourceLoader& ResourceLoader::the()
|
||||
{
|
||||
static ResourceLoader* s_the;
|
||||
@@ -83,3 +85,5 @@ void ResourceLoader::load(const URL& url, Function<void(const ByteBuffer&)> call
|
||||
dbg() << "Unimplemented protocol: " << url.protocol();
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user