Bug 315260

Summary: [CMake] Fix build after 313638@main by using canonical include path for IOSMouseEventTestHarness.h
Product: WebKit Reporter: zak ridouh <zakr>
Component: CMakeAssignee: zak ridouh <zakr>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

zak ridouh
Reported 2026-05-20 22:10:47 PDT
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".
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-20 22:10:55 PDT
zak ridouh
Comment 2 2026-05-20 22:12:29 PDT
EWS
Comment 3 2026-05-20 22:46:48 PDT
Committed 313645@main (a97f1e50448d): <https://commits.webkit.org/313645@main> Reviewed commits have been landed. Closing PR #65371 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.