On Jan 11, 2014, at 3:19 PM, Darin Adler <da...@apple.com> wrote:

> 
> On Jan 11, 2014, at 3:12 PM, Anders Carlsson <ander...@apple.com> wrote:
> 
>> 
>> One downside is that we won’t be able to make PLATFORM(MAC) mean “the Mac 
>> port” before all the uses have been audited and converted to 
>> PLATFORM(COCOA). I don’t know a good solution to that problem.
> 
> My proposal is:
> 
> 1) Add PLATFORM(COCOA).
> 2) Change PLATFORM(MAC) to PLATFORM(COCOA) quickly and mechanically before 
> making other changes.
> 3) Add a PLATFORM(MAC) that is false for iOS.
> 
> Then we can change various PLATFORM(COCOA) back to PLATFORM(MAC) if they 
> really meant PLATFORM(MAC), but that can be done gradually over time.

How about this plan instead?

1) Add PLATFORM(COCOA)
2) Change all instances of PLATFORM(MAC) that are not in !PLATFORM(IOS) 
sections or combined with !PLATFORM(IOS) into PLATFORM(COCOA)
3) Make PLATFORM(MAC) be false in iOS.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to