mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Thanks @nico for teaching me about this!
This commit is contained in:
parent
4065182811
commit
685e006e27
15 changed files with 22 additions and 46 deletions
|
@ -75,7 +75,9 @@ class Window;
|
|||
class XMLHttpRequest;
|
||||
enum class QuirksMode;
|
||||
|
||||
namespace Bindings {
|
||||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
||||
class CanvasRenderingContext2DWrapper;
|
||||
class DocumentWrapper;
|
||||
|
@ -99,5 +101,3 @@ class XMLHttpRequestPrototype;
|
|||
class XMLHttpRequestWrapper;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue