[webkit-changes] [WebKit/WebKit] 07de8b: [Cocoa] Correct file naming from Mac-specific to C...
Brent Fulgham
noreply at github.com
Mon Aug 19 10:32:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 07de8b4fa35a4d3a503bb842ef524171e792ff88
https://github.com/WebKit/WebKit/commit/07de8b4fa35a4d3a503bb842ef524171e792ff88
Author: Brent Fulgham <bfulgham at apple.com>
Date: 2024-08-19 (Mon, 19 Aug 2024)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/PlatformMac.cmake
A Source/WTF/wtf/cocoa/SchedulePairCocoa.mm
R Source/WTF/wtf/mac/SchedulePairMac.mm
Log Message:
-----------
[Cocoa] Correct file naming from Mac-specific to Cocoa
https://bugs.webkit.org/show_bug.cgi?id=278240
<rdar://problem/134071184>
Reviewed by Tim Nguyen and Matthieu Dubet.
The SchedulePairMac.mm file is built and used on all Cocoa platforms. Correct
the naming (and location) to clarify this.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/PlatformMac.cmake:
* Source/WTF/wtf/cocoa/SchedulePairCocoa.mm: Renamed from Source/WTF/wtf/mac/SchedulePairMac.mm.
(WTF::SchedulePair::SchedulePair):
Canonical link: https://commits.webkit.org/282433@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list