Commit a97f1e5
committed
[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@main1 parent f537618 commit a97f1e5
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments