WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
315260
[CMake] Fix build after
313638@main
by using canonical include path for IOSMouseEventTestHarness.h
https://bugs.webkit.org/show_bug.cgi?id=315260
Summary
[CMake] Fix build after 313638@main by using canonical include path for IOSMo...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-20 22:10:55 PDT
<
rdar://problem/177590639
>
zak ridouh
Comment 2
2026-05-20 22:12:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/65371
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.
Top of Page
Format For Printing
XML
Clone This Bug