Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: edb9d37107257fdd27c3e5f0a9dbc32d072dd1c5
https://github.com/WebKit/WebKit/commit/edb9d37107257fdd27c3e5f0a9dbc32d072dd1c5
Author: Simon Pena <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitImage.cpp
M Source/WebKit/UIProcess/API/glib/WebKitImage.h.in
M Tools/TestWebKitAPI/glib/CMakeLists.txt
Log Message:
-----------
[GTK] Fix GTK3 build with unsupported WebKitImage
https://bugs.webkit.org/show_bug.cgi?id=302321
Reviewed by Carlos Garcia Campos.
GTK3 does not enable the 2022_GLIB_API that the WebKitImage class needs.
This adds guards to make sure we don't attempt to compile if not
supported.
No need for new tests: tests are similarly compiled out when not
supported.
Canonical link: https://commits.webkit.org/302843@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications