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

@@ -10,7 +10,7 @@
#include <LibWeb/Forward.h>
#include <LibWeb/WebGL/Types.h>
namespace Web::WebGL::Extensions {
namespace Web::WebGL {
class WebGLDrawBuffers : public Bindings::PlatformObject {
WEB_PLATFORM_OBJECT(WebGLDrawBuffers, Bindings::PlatformObject);