<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[161160] trunk/Source/WTF</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/161160">161160</a></dd>
<dt>Author</dt> <dd>weinig@apple.com</dd>
<dt>Date</dt> <dd>2013-12-30 16:31:11 -0800 (Mon, 30 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove WTF's BinarySemaphore
https://bugs.webkit.org/show_bug.cgi?id=126310

Reviewed by Anders Carlsson.

It's unused. Also remove the now empty wtf/threads directory.

* GNUmakefile.list.am:
* WTF.vcxproj/WTF.vcxproj:
* WTF.vcxproj/WTF.vcxproj.filters:
* WTF.xcodeproj/project.pbxproj:
* wtf/CMakeLists.txt:
* wtf/Forward.h:
* wtf/PlatformWin.cmake:
* wtf/threads: Removed.
* wtf/threads/BinarySemaphore.cpp: Removed.
* wtf/threads/BinarySemaphore.h: Removed.
* wtf/threads/win: Removed.
* wtf/threads/win/BinarySemaphoreWin.cpp: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFGNUmakefilelistam">trunk/Source/WTF/GNUmakefile.list.am</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFvcxproj">trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFvcxprojfilters">trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters</a></li>
<li><a href="#trunkSourceWTFWTFxcodeprojprojectpbxproj">trunk/Source/WTF/WTF.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWTFwtfCMakeListstxt">trunk/Source/WTF/wtf/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWTFwtfForwardh">trunk/Source/WTF/wtf/Forward.h</a></li>
<li><a href="#trunkSourceWTFwtfPlatformWincmake">trunk/Source/WTF/wtf/PlatformWin.cmake</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/Source/WTF/wtf/threads/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/ChangeLog        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -1,3 +1,25 @@
</span><ins>+2013-12-30  Sam Weinig  &lt;sam@webkit.org&gt;
+
+        Remove WTF's BinarySemaphore
+        https://bugs.webkit.org/show_bug.cgi?id=126310
+
+        Reviewed by Anders Carlsson.
+
+        It's unused. Also remove the now empty wtf/threads directory.
+
+        * GNUmakefile.list.am:
+        * WTF.vcxproj/WTF.vcxproj:
+        * WTF.vcxproj/WTF.vcxproj.filters:
+        * WTF.xcodeproj/project.pbxproj:
+        * wtf/CMakeLists.txt:
+        * wtf/Forward.h:
+        * wtf/PlatformWin.cmake:
+        * wtf/threads: Removed.
+        * wtf/threads/BinarySemaphore.cpp: Removed.
+        * wtf/threads/BinarySemaphore.h: Removed.
+        * wtf/threads/win: Removed.
+        * wtf/threads/win/BinarySemaphoreWin.cpp: Removed.
+
</ins><span class="cx"> 2013-12-30  Roger Fong  &lt;roger_fong@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Windows] Unreviewed build fix following r160959.
</span></span></pre></div>
<a id="trunkSourceWTFGNUmakefilelistam"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/GNUmakefile.list.am (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/GNUmakefile.list.am        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/GNUmakefile.list.am        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -244,8 +244,6 @@
</span><span class="cx">     Source/WTF/wtf/text/TextPosition.h \
</span><span class="cx">     Source/WTF/wtf/text/WTFString.cpp \
</span><span class="cx">     Source/WTF/wtf/text/WTFString.h \
</span><del>-    Source/WTF/wtf/threads/BinarySemaphore.cpp \
-    Source/WTF/wtf/threads/BinarySemaphore.h \
</del><span class="cx">     Source/WTF/wtf/unicode/CharacterNames.h \
</span><span class="cx">     Source/WTF/wtf/unicode/Collator.h \
</span><span class="cx">     Source/WTF/wtf/unicode/CollatorDefault.cpp \
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -141,8 +141,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\Threading.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\ThreadingWin.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\threadspecificWin.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\wtf\threads\BinarySemaphore.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threads\win\BinarySemaphoreWin.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\unicode\icu\CollatorICU.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\unicode\UTF8.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\win\MainThreadWin.cpp&quot; /&gt;
</span><span class="lines">@@ -297,7 +295,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\ThreadRestrictionVerifier.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\threadsafeRefCounted.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\threadspecific.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\wtf\threads\BinarySemaphore.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\unicode\CharacterNames.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\unicode\Collator.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\unicode\icu\UnicodeIcu.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -87,12 +87,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\win\MainThreadWin.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;win&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\wtf\threads\win\BinarySemaphoreWin.cpp&quot;&gt;
-      &lt;Filter&gt;threads\win&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;..\wtf\threads\BinarySemaphore.cpp&quot;&gt;
-      &lt;Filter&gt;threads&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\wtf\threadspecificWin.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;wtf&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -321,9 +315,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\text\WTFString.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;text&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\wtf\threads\BinarySemaphore.h&quot;&gt;
-      &lt;Filter&gt;threads&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\wtf\threadsafeRefCounted.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;wtf&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span></span></pre></div>
<a id="trunkSourceWTFWTFxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -245,8 +245,6 @@
</span><span class="cx">                 A8A4744D151A825B004123FF /* ThreadingPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47335151A825B004123FF /* ThreadingPrimitives.h */; };
</span><span class="cx">                 A8A4744E151A825B004123FF /* ThreadingPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47336151A825B004123FF /* ThreadingPthreads.cpp */; };
</span><span class="cx">                 A8A47450151A825B004123FF /* ThreadRestrictionVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47338151A825B004123FF /* ThreadRestrictionVerifier.h */; };
</span><del>-                A8A47451151A825B004123FF /* BinarySemaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4733A151A825B004123FF /* BinarySemaphore.cpp */; };
-                A8A47452151A825B004123FF /* BinarySemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733B151A825B004123FF /* BinarySemaphore.h */; };
</del><span class="cx">                 A8A47454151A825B004123FF /* ThreadSafeRefCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733E151A825B004123FF /* ThreadSafeRefCounted.h */; };
</span><span class="cx">                 A8A47455151A825B004123FF /* ThreadSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733F151A825B004123FF /* ThreadSpecific.h */; };
</span><span class="cx">                 A8A4745E151A825B004123FF /* CharacterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47349151A825B004123FF /* CharacterNames.h */; };
</span><span class="lines">@@ -521,8 +519,6 @@
</span><span class="cx">                 A8A47335151A825B004123FF /* ThreadingPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadingPrimitives.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A8A47336151A825B004123FF /* ThreadingPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadingPthreads.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A8A47338151A825B004123FF /* ThreadRestrictionVerifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadRestrictionVerifier.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                A8A4733A151A825B004123FF /* BinarySemaphore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BinarySemaphore.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A8A4733B151A825B004123FF /* BinarySemaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinarySemaphore.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 A8A4733E151A825B004123FF /* ThreadSafeRefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSafeRefCounted.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A8A4733F151A825B004123FF /* ThreadSpecific.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSpecific.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A8A47349151A825B004123FF /* CharacterNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterNames.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -644,7 +640,6 @@
</span><span class="cx">                                 1FA47C87152502DA00568D1B /* ios */,
</span><span class="cx">                                 A8A472C4151A825A004123FF /* mac */,
</span><span class="cx">                                 A8A4731B151A825B004123FF /* text */,
</span><del>-                                A8A47339151A825B004123FF /* threads */,
</del><span class="cx">                                 A8A47348151A825B004123FF /* unicode */,
</span><span class="cx">                                 A8A4725A151A825A004123FF /* ASCIICType.h */,
</span><span class="cx">                                 A8A4725B151A825A004123FF /* Assertions.cpp */,
</span><span class="lines">@@ -909,15 +904,6 @@
</span><span class="cx">                         path = text;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><del>-                A8A47339151A825B004123FF /* threads */ = {
-                        isa = PBXGroup;
-                        children = (
-                                A8A4733A151A825B004123FF /* BinarySemaphore.cpp */,
-                                A8A4733B151A825B004123FF /* BinarySemaphore.h */,
-                        );
-                        path = threads;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
</del><span class="cx">                 A8A47348151A825B004123FF /* unicode */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -965,7 +951,6 @@
</span><span class="cx">                                 A8A473A9151A825B004123FF /* bignum-dtoa.h in Headers */,
</span><span class="cx">                                 A8A473AB151A825B004123FF /* bignum.h in Headers */,
</span><span class="cx">                                 7CDD7FFA186D2A54007433CD /* IteratorPair.h in Headers */,
</span><del>-                                A8A47452151A825B004123FF /* BinarySemaphore.h in Headers */,
</del><span class="cx">                                 A8A4738A151A825B004123FF /* Bitmap.h in Headers */,
</span><span class="cx">                                 A8A4738C151A825B004123FF /* BitVector.h in Headers */,
</span><span class="cx">                                 A8A4738E151A825B004123FF /* BlockStack.h in Headers */,
</span><span class="lines">@@ -1208,7 +1193,6 @@
</span><span class="cx">                                 8134013815B092FD001FF0B8 /* Base64.cpp in Sources */,
</span><span class="cx">                                 A8A473A8151A825B004123FF /* bignum-dtoa.cc in Sources */,
</span><span class="cx">                                 A8A473AA151A825B004123FF /* bignum.cc in Sources */,
</span><del>-                                A8A47451151A825B004123FF /* BinarySemaphore.cpp in Sources */,
</del><span class="cx">                                 A8A4738B151A825B004123FF /* BitVector.cpp in Sources */,
</span><span class="cx">                                 A8A473AC151A825B004123FF /* cached-powers.cc in Sources */,
</span><span class="cx">                                 A8A47460151A825B004123FF /* CollatorDefault.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWTFwtfCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/CMakeLists.txt (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/CMakeLists.txt        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/wtf/CMakeLists.txt        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -136,8 +136,6 @@
</span><span class="cx">     text/StringImpl.h
</span><span class="cx">     text/WTFString.h
</span><span class="cx"> 
</span><del>-    threads/BinarySemaphore.h
-
</del><span class="cx">     unicode/CharacterNames.h
</span><span class="cx">     unicode/Collator.h
</span><span class="cx">     unicode/UTF8.h
</span><span class="lines">@@ -203,8 +201,6 @@
</span><span class="cx">     text/StringStatics.cpp
</span><span class="cx">     text/WTFString.cpp
</span><span class="cx"> 
</span><del>-    threads/BinarySemaphore.cpp
-
</del><span class="cx">     unicode/UTF8.cpp
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="lines">@@ -212,7 +208,6 @@
</span><span class="cx">     &quot;${WTF_DIR}&quot;
</span><span class="cx">     &quot;${WTF_DIR}/wtf&quot;
</span><span class="cx">     &quot;${WTF_DIR}/wtf/dtoa&quot;
</span><del>-    &quot;${WTF_DIR}/wtf/threads&quot;
</del><span class="cx">     &quot;${WTF_DIR}/wtf/unicode&quot;
</span><span class="cx">     &quot;${THIRDPARTY_DIR}&quot;
</span><span class="cx">     &quot;${CMAKE_BINARY_DIR}&quot;
</span></span></pre></div>
<a id="trunkSourceWTFwtfForwardh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Forward.h (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Forward.h        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/wtf/Forward.h        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -38,7 +38,6 @@
</span><span class="cx"> 
</span><span class="cx"> class AtomicString;
</span><span class="cx"> class AtomicStringImpl;
</span><del>-class BinarySemaphore;
</del><span class="cx"> class CString;
</span><span class="cx"> class Decoder;
</span><span class="cx"> class Encoder;
</span><span class="lines">@@ -52,7 +51,6 @@
</span><span class="cx"> 
</span><span class="cx"> using WTF::AtomicString;
</span><span class="cx"> using WTF::AtomicStringImpl;
</span><del>-using WTF::BinarySemaphore;
</del><span class="cx"> using WTF::CString;
</span><span class="cx"> using WTF::Decoder;
</span><span class="cx"> using WTF::Encoder;
</span></span></pre></div>
<a id="trunkSourceWTFwtfPlatformWincmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/PlatformWin.cmake (161159 => 161160)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/PlatformWin.cmake        2013-12-31 00:30:11 UTC (rev 161159)
+++ trunk/Source/WTF/wtf/PlatformWin.cmake        2013-12-31 00:31:11 UTC (rev 161160)
</span><span class="lines">@@ -1,6 +1,4 @@
</span><span class="cx"> list(APPEND WTF_SOURCES
</span><del>-    threads/win/BinarySemaphoreWin.cpp
-
</del><span class="cx">     win/MainThreadWin.cpp
</span><span class="cx">     win/RunLoopWin.cpp
</span><span class="cx"> )
</span></span></pre>
</div>
</div>

</body>
</html>