mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
LibWeb/WebGL: Implement getContextAttributes()
This commit is contained in:
committed by
Andreas Kling
parent
a8c282a30e
commit
c817eb8d2b
@@ -345,7 +345,7 @@ public:
|
||||
continue;
|
||||
}
|
||||
|
||||
if (function.name == "getSupportedExtensions"sv || function.name == "getExtension"sv) {
|
||||
if (function.name == "getSupportedExtensions"sv || function.name == "getExtension"sv || function.name == "getContextAttributes"sv) {
|
||||
// Implemented in WebGLRenderingContext
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user