LibWeb/WebGL: Remove Extensions interface

No other third layer folder in LibWeb has its own namespace which
makes this a special case for the IDLGenerator when determining
namespaces. Instead of adding a special case, simply remove the
namespace.
This commit is contained in:
Shannon Booth
2026-04-22 15:33:59 +02:00
committed by Shannon Booth
parent 83427086fa
commit 4178ec0af4
Notes: github-actions[bot] 2026-04-24 18:10:10 +00:00
31 changed files with 41 additions and 47 deletions

View File

@@ -11,7 +11,7 @@
#include <LibWeb/WebGL/OpenGLContext.h>
#include <LibWeb/WebGL/WebGLRenderingContextBase.h>
namespace Web::WebGL::Extensions {
namespace Web::WebGL {
GC_DEFINE_ALLOCATOR(OESStandardDerivatives);