[webkit-changes] [WebKit/WebKit] f04418: Unreviewed, fix internal builds after 262783 at main
Wenson Hsieh
noreply at github.com
Mon Apr 10 15:27:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f04418dbc2adcbb6621e7cf1235986fb301560e0
https://github.com/WebKit/WebKit/commit/f04418dbc2adcbb6621e7cf1235986fb301560e0
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm
Log Message:
-----------
Unreviewed, fix internal builds after 262783 at main
I mentioned in the previous commit message that `ENABLE(IMAGE_ANALYSIS)` is true whenever
`HAVE(VK_IMAGE_ANALYSIS)` is true; however, this isn't the case for a specific subset of internal
build configurations.
Fix the build for these configurations by restoring the checks for `ENABLE(IMAGE_ANALYSIS)`.
* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm:
(IPC::shouldEnableStrictMode):
Canonical link: https://commits.webkit.org/262789@main
More information about the webkit-changes
mailing list