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+

mitz
Reported 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.
Attachments
Replace PLATFORM(MAC) (60.48 KB, patch)
2014-02-15 01:29 PST, mitz
andersca: review+
mitz
Comment 1 2014-02-15 01:29:35 PST
Created attachment 224292 [details] Replace PLATFORM(MAC)
mitz
Comment 2 2014-02-15 09:01:39 PST
Note You need to log in before you can comment on or make changes to this bug.