[webkit-changes] [WebKit/WebKit] 4dff71: Fix a dangling file reference to XPCUtilities.cpp ...
Wenson Hsieh
noreply at github.com
Sun Dec 25 12:24:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4dff7152eecb569579f1a6ee12a5db12eaa48f38
https://github.com/WebKit/WebKit/commit/4dff7152eecb569579f1a6ee12a5db12eaa48f38
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2022-12-25 (Sun, 25 Dec 2022)
Changed paths:
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Fix a dangling file reference to XPCUtilities.cpp in WebKit.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=249884
Reviewed by Aditya Keerthi.
`XPCUtilities.cpp` does not exist in the WebKit project; adjust this to be `XPCUtilities.mm`
instead.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/258330@main
More information about the webkit-changes
mailing list