Bug 146216 - Get rid of the Windows specific BinarySemaphore implementation
Summary: Get rid of the Windows specific BinarySemaphore implementation
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 14:40 PDT by Anders Carlsson
Modified: 2015-06-22 15:08 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.01 KB, patch)
2015-06-22 14:41 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-06-22 14:40:13 PDT
Get rid of the Windows specific BinarySemaphore implementation
Comment 1 Anders Carlsson 2015-06-22 14:41:22 PDT
Created attachment 255372 [details]
Patch
Comment 2 Andreas Kling 2015-06-22 14:45:33 PDT
Comment on attachment 255372 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=255372&action=review

> Source/WTF/ChangeLog:9
> +        The fact that the Windows implementation uses a HEVENT internally was only useful
> +        to the Windows port of WebKit2; we can get rid of it now.

I'll take your word for it.
Comment 3 Anders Carlsson 2015-06-22 15:08:16 PDT
Committed r185847: <http://trac.webkit.org/changeset/185847>