Bug 128868

Summary: Stop using PLATFORM(MAC) in WebKit2/UIProcess except where it means “OS X but not iOS”
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Replace PLATFORM(MAC) andersca: review+

Description mitz 2014-02-15 01:15:50 PST
In preparation for making PLATFORM(MAC) false when building for iOS, replace all uses that aren’t exclusive to the Mac platform with PLATFORM(COCOA) or other appropriate conditions.
Comment 1 mitz 2014-02-15 01:29:35 PST
Created attachment 224292 [details]
Replace PLATFORM(MAC)
Comment 2 mitz 2014-02-15 09:01:39 PST
Committed <http://trac.webkit.org/r164172>.