Bug 128950 - Stop using PLATFORM(MAC) in DumpRenderTree except where it means “OS X but not iOS”
Summary: Stop using PLATFORM(MAC) in DumpRenderTree except where it means “OS X but no...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 20:35 PST by mitz
Modified: 2014-02-17 20:54 PST (History)
2 users (show)

See Also:


Attachments
Change PLATFORM(MAC) to PLATFORM(COCOA) wherever it means OS X or iOS (5.44 KB, patch)
2014-02-17 20:37 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-17 20:35:08 PST
This is in preparation for making PLATFORM(MAC) false when building for iOS.
Comment 1 mitz 2014-02-17 20:37:26 PST
Created attachment 224463 [details]
Change PLATFORM(MAC) to PLATFORM(COCOA) wherever it means OS X or iOS
Comment 2 mitz 2014-02-17 20:54:42 PST
Committed <http://trac.webkit.org/r164270>.