Fix the Windows build (again).
authoraestes@apple.com <aestes@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jan 2012 00:39:40 +0000 (00:39 +0000)
committeraestes@apple.com <aestes@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jan 2012 00:39:40 +0000 (00:39 +0000)
* Platform/CoreIPC/Connection.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103917 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit2/ChangeLog
Source/WebKit2/Platform/CoreIPC/Connection.h

index 1b89205..7b1743a 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-02  Andy Estes  <aestes@apple.com>
+
+        Fix the Windows build (again).
+
+        * Platform/CoreIPC/Connection.h:
+
 2012-01-02  Sam Weinig  <sam@webkit.org>
 
         Fix windows build.
index 9a9038a..bafa999 100644 (file)
@@ -341,7 +341,7 @@ private:
     // same time zone as WTF::currentTime(). Dispatches sent (not posted) messages to the passed-in
     // set of HWNDs until the semaphore is signaled or absoluteTime is reached. Returns true if the
     // semaphore is signaled, false otherwise.
-    static void dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime);
+    static bool dispatchSentMessagesUntil(const Vector<HWND>& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime);
 
     Vector<uint8_t> m_readBuffer;
     OVERLAPPED m_readState;