[webkit-changes] [WebKit/WebKit] 5f8dc9: [GLib] Installed API headers are unusable with the...
Adrian Perez
noreply at github.com
Mon Feb 20 08:18:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5f8dc9d4cc01a31e53670acdcf7a9c4ea4626f58
https://github.com/WebKit/WebKit/commit/5f8dc9d4cc01a31e53670acdcf7a9c4ea4626f58
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitJavascriptResult.h.in
M Source/WebKit/UIProcess/API/glib/WebKitWebView.h.in
Log Message:
-----------
[GLib] Installed API headers are unusable with the new 2022 API
https://bugs.webkit.org/show_bug.cgi?id=252562
Reviewed by Michael Catanzaro.
* Source/WebKit/UIProcess/API/glib/WebKitJavascriptResult.h.in: Only
include JavaScriptCore/JSBase.h with the old API, change a !USE(GTK4)
guard to !ENABLE(2022_GLIB_API) as it is more correct.
* Source/WebKit/UIProcess/API/glib/WebKitWebView.h.in: Ditto.
Canonical link: https://commits.webkit.org/260537@main
More information about the webkit-changes
mailing list