mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb/WebGL+Meta: Stub getSupportedExtensions() and getExtension()
This commit is contained in:
parent
64fec8b2de
commit
7e78d7d332
Notes:
github-actions[bot]
2024-12-03 22:36:38 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 7e78d7d332
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2688
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 20 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue