[Webkit-unassigned] [Bug 107406] Collapse PLATFORM(MAC)||PLATFORM(IOS) to just PLATFORM(MAC)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 10:47:51 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107406





--- Comment #11 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org>  2013-01-26 10:49:46 PST ---
(In reply to comment #10)
> (From update of attachment 183694 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=183694&action=review
> 
> > Source/WTF/wtf/Platform.h:473
> > -#if PLATFORM(MAC) || PLATFORM(IOS)
> > +#if PLATFORM(MAC)
> 
> I'm going to restate what's already been said, but we need to stop defining PLATFORM(MAC) when building PLATFORM(IOS) (and PLATFORM(IOS_SIMULATOR)) to make the decision explicit about whether a given piece of code supports both Mac and iOS, and to make Mac-only code not require "PLATFORM(MAC) && !PLATFORM(IOS)".  I'll file a follow-up bug.

I filed Bug 108007.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list