Bug 128868 - Stop using PLATFORM(MAC) in WebKit2/UIProcess except where it means “OS X but not iOS”
Summary: Stop using PLATFORM(MAC) in WebKit2/UIProcess except where it means “OS X but...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-15 01:15 PST by mitz
Modified: 2014-02-15 09:01 PST (History)
2 users (show)

See Also:


Attachments
Replace PLATFORM(MAC) (60.48 KB, patch)
2014-02-15 01:29 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.