RESOLVED FIXED 128868
Stop using PLATFORM(MAC) in WebKit2/UIProcess except where it means “OS X but not iOS”
https://bugs.webkit.org/show_bug.cgi?id=128868
Summary Stop using PLATFORM(MAC) in WebKit2/UIProcess except where it means “OS X but...
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.