[webkit-changes] [WebKit/WebKit] 17c3c1: [GTK][WPE] Add missing includes to WebChromeClient
Jani Hautakangas
noreply at github.com
Tue Jan 14 05:37:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 17c3c12f05f2ea4746575d4444f6e8aad4e36c13
https://github.com/WebKit/WebKit/commit/17c3c12f05f2ea4746575d4444f6e8aad4e36c13
Author: Jani Hautakangas <jani at kodegood.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp
Log Message:
-----------
[GTK][WPE] Add missing includes to WebChromeClient
https://bugs.webkit.org/show_bug.cgi?id=285845
Reviewed by Michael Catanzaro.
The WebChromeClient class was missing some required headers.
While most common compilation flag combinations indirectly
include the necessary headers through other files, certain
combinations can lead to missing includes. This patch explicitly
adds the required headers to ensure compatibility across all compile
flag configurations.
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp:
Canonical link: https://commits.webkit.org/288841@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list