Bug 129025 - PLATFORM(MAC) is true when building for iOS
Summary: PLATFORM(MAC) is true when building for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 21:09 PST by mitz
Modified: 2014-02-18 22:10 PST (History)
2 users (show)

See Also:


Attachments
Speculative build break (3.06 KB, patch)
2014-02-18 21:18 PST, mitz
no flags Details | Formatted Diff | Diff
Speculative build break (4.02 KB, patch)
2014-02-18 21:42 PST, mitz
no flags Details | Formatted Diff | Diff
Flip the switch (5.80 KB, patch)
2014-02-18 21:49 PST, mitz
mrowe: 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-18 21:09:35 PST
PLATFORM(MAC) should not be 1 when building for iOS, but currently it is.
Comment 1 mitz 2014-02-18 21:18:51 PST
Created attachment 224587 [details]
Speculative build break
Comment 2 mitz 2014-02-18 21:42:46 PST
Created attachment 224590 [details]
Speculative build break
Comment 3 mitz 2014-02-18 21:49:48 PST
Created attachment 224591 [details]
Flip the switch
Comment 4 mitz 2014-02-18 22:10:52 PST
Fixed in <http://trac.webkit.org/r164357>.