mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Ensure all extension factory functions have the same signature
This allows the next commit to have a factory function field in the extension info struct.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
b4dbb0380d
commit
72d5fe7faf
Notes:
github-actions[bot]
2026-03-11 19:21:28 +00:00
Author: https://github.com/cqundefine Commit: https://github.com/LadybirdBrowser/ladybird/commit/72d5fe7faf0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8285 Reviewed-by: https://github.com/gmta ✅
@@ -17,7 +17,7 @@ class OESVertexArrayObject : public Bindings::PlatformObject {
|
||||
GC_DECLARE_ALLOCATOR(OESVertexArrayObject);
|
||||
|
||||
public:
|
||||
static JS::ThrowCompletionOr<GC::Ptr<OESVertexArrayObject>> create(JS::Realm&, GC::Ref<WebGLRenderingContextBase>);
|
||||
static JS::ThrowCompletionOr<GC::Ref<JS::Object>> create(JS::Realm&, GC::Ref<WebGLRenderingContextBase>);
|
||||
|
||||
GC::Ref<WebGLVertexArrayObjectOES> create_vertex_array_oes();
|
||||
void delete_vertex_array_oes(GC::Root<WebGLVertexArrayObjectOES> array_object);
|
||||
|
||||
Reference in New Issue
Block a user