mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
LibWeb/WebGL+Meta: Stub getSupportedExtensions() and getExtension()
This commit is contained in:
committed by
Alexander Kalenik
parent
64fec8b2de
commit
7e78d7d332
@@ -171,6 +171,11 @@ public:
|
||||
continue;
|
||||
}
|
||||
|
||||
if (function.name == "getSupportedExtensions"sv || function.name == "getExtension"sv) {
|
||||
// Implemented in WebGLRenderingContext
|
||||
continue;
|
||||
}
|
||||
|
||||
StringBuilder function_declaration;
|
||||
|
||||
StringBuilder function_parameters;
|
||||
|
||||
Reference in New Issue
Block a user