Bug 113356 - Fix compile for OS(WIN) != PLATFORM(WIN)
Summary: Fix compile for OS(WIN) != PLATFORM(WIN)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 17:08 PDT by James Robinson
Modified: 2013-03-26 17:11 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.15 KB, patch)
2013-03-26 17:08 PDT, James Robinson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2013-03-26 17:08:43 PDT
Fix compile for OS(WIN) != PLATFORM(WIN)
Comment 1 James Robinson 2013-03-26 17:08:58 PDT
Created attachment 195193 [details]
Patch
Comment 2 James Robinson 2013-03-26 17:10:05 PDT
146932 broke the build for all windows ports that aren't the apple-win port.  PLATFORM(WIN) means the apple-win port, not windows the operating system (just as PLATFORM(MAC) means the apple-mac port, not Mac OS X).
Comment 3 James Robinson 2013-03-26 17:11:45 PDT
Committed r146948: <http://trac.webkit.org/changeset/146948>