Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 87cf25f87c82041df2d0d6984cedda3534875b6f
https://github.com/WebKit/WebKit/commit/87cf25f87c82041df2d0d6984cedda3534875b6f
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-01-16 (Fri, 16 Jan 2026)
Changed paths:
M Source/WebKit/WPEPlatform/wpe/WPEBufferFormats.cpp
Log Message:
-----------
[WPEPlatform] Annotate wpe_buffer_formats_builder_end() as taking ownership
of the passed builder ref
https://bugs.webkit.org/show_bug.cgi?id=305631
Reviewed by Carlos Garcia Campos.
Add missing (transfer full) introspection annotation to the
wpe_buffer_formats_builder_end() function. The function takes
ownership of the WPEBufferFormatsBuilder ref passed to it and
will call wpe_buffer_formats_builder_unref() on it.
* Source/WebKit/WPEPlatform/wpe/WPEBufferFormats.cpp:
Canonical link: https://commits.webkit.org/305708@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications