Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a97f1e50448dd6355bcb6ebf5c1cfeecd49894f6
https://github.com/WebKit/WebKit/commit/a97f1e50448dd6355bcb6ebf5c1cfeecd49894f6
Author: Zak Ridouh <[email protected]>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SwitchInputTests.mm
Log Message:
-----------
[CMake] Fix build after 313638@main by using canonical include path for
IOSMouseEventTestHarness.h
https://bugs.webkit.org/show_bug.cgi?id=315260
rdar://177590639
Reviewed by Charlie Wolfe and BJ Burg.
SwitchInputTests.mm imported "IOSMouseEventTestHarness.h" with a bare
filename. This resolved under the Xcode build because of its header
search paths, but broke the Mac CMake build, which only sees the header
via its repo-relative path.
Match the convention used by every other consumer of this header
(SampledPageTopColor.mm, UIDelegate.mm, UnifiedPDFTests.mm,
iOSMouseSupport.mm, NavigationAction.mm) and the harness's own .mm:
import as "Helpers/ios/IOSMouseEventTestHarness.h".
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/SwitchInputTests.mm:
Canonical link: https://commits.webkit.org/313645@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications