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

@@ -5305,7 +5305,6 @@ using namespace Web::UserTiming;
using namespace Web::WebAssembly;
using namespace Web::WebAudio;
using namespace Web::WebGL;
using namespace Web::WebGL::Extensions;
using namespace Web::WebIDL;
using namespace Web::WebVTT;
using namespace Web::WebXR;