Bug 172301 - [WTF] Remove PLATFORM(WIN) references
Summary: [WTF] Remove PLATFORM(WIN) references
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords:
Depends on:
Blocks: 172144
  Show dependency treegraph
 
Reported: 2017-05-18 12:09 PDT by Don Olmstead
Modified: 2017-05-19 03:13 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.39 KB, patch)
2017-05-18 12:26 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2017-05-18 12:09:32 PDT
Remove references to PLATFORM(WIN) that should be OS(WINDOWS).
Comment 1 Don Olmstead 2017-05-18 12:25:48 PDT
Blocks JSCOnly on Windows compilation.
Comment 2 Don Olmstead 2017-05-18 12:26:29 PDT
Created attachment 310530 [details]
Patch

Removes any references to PLATFORM(WIN) that are OS specific.
Comment 3 Yusuke Suzuki 2017-05-19 02:45:04 PDT
Comment on attachment 310530 [details]
Patch

Right. This is rather depending on OS(WINDOWS) than PLATFORM(WIN). r=me
Comment 4 WebKit Commit Bot 2017-05-19 03:13:06 PDT
Comment on attachment 310530 [details]
Patch

Clearing flags on attachment: 310530

Committed r217120: <http://trac.webkit.org/changeset/217120>
Comment 5 WebKit Commit Bot 2017-05-19 03:13:08 PDT
All reviewed patches have been landed.  Closing bug.