mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25: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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user