mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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:
committed by
Shannon Booth
parent
83427086fa
commit
4178ec0af4
Notes:
github-actions[bot]
2026-04-24 18:10:10 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/4178ec0af4f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9064
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user