RESOLVED FIXED314971
[WebKit] Fix sourceTree of CombinedWebDriverBidiDomains.json in WebKit.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=314971
Summary [WebKit] Fix sourceTree of CombinedWebDriverBidiDomains.json in WebKit.xcodeproj
David Kilzer (:ddkilzer)
Reported 2026-05-16 21:36:15 PDT
WebKit fails to build with errors of the form: ``` WebDriverBidiBackendDispatchers.h (and friends) file not found ``` These headers are generated by `Source/WebKit/DerivedSources.make`. They depend on `CombinedWebDriverBidiDomains.json`, also generated, but the `PBXFileReference` entry for that file in `Source/WebKit/WebKit.xcodeproj/project.pbxproj` points Xcode at the source tree, where it does not exist. Latent since 293479@main; exposed by 313207@main.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-16 21:37:00 PDT
David Kilzer (:ddkilzer)
Comment 2 2026-05-16 21:39:03 PDT
EWS
Comment 3 2026-05-16 22:27:55 PDT
Committed 313373@main (aa9b4f7eecf3): <https://commits.webkit.org/313373@main> Reviewed commits have been landed. Closing PR #65059 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.