Title: [103917] trunk/Source/WebKit2
Revision
103917
Author
aes...@apple.com
Date
2012-01-02 16:39:40 -0800 (Mon, 02 Jan 2012)

Log Message

Fix the Windows build (again).

* Platform/CoreIPC/Connection.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (103916 => 103917)


--- trunk/Source/WebKit2/ChangeLog	2012-01-02 23:59:48 UTC (rev 103916)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-03 00:39:40 UTC (rev 103917)
@@ -1,3 +1,9 @@
+2012-01-02  Andy Estes  <aes...@apple.com>
+
+        Fix the Windows build (again).
+
+        * Platform/CoreIPC/Connection.h:
+
 2012-01-02  Sam Weinig  <s...@webkit.org>
 
         Fix windows build.

Modified: trunk/Source/WebKit2/Platform/CoreIPC/Connection.h (103916 => 103917)


--- trunk/Source/WebKit2/Platform/CoreIPC/Connection.h	2012-01-02 23:59:48 UTC (rev 103916)
+++ trunk/Source/WebKit2/Platform/CoreIPC/Connection.h	2012-01-03 00:39:40 UTC (rev 103917)
@@ -341,7 +341,7 @@
     // 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;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to