From b26dca496a0f599409b4536bcc63796f1deddf42 Mon Sep 17 00:00:00 2001 From: "aestes@apple.com" Date: Tue, 3 Jan 2012 00:39:40 +0000 Subject: [PATCH] Fix the Windows build (again). * Platform/CoreIPC/Connection.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103917 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebKit2/ChangeLog | 6 ++++++ Source/WebKit2/Platform/CoreIPC/Connection.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index 1b89205..7b1743a 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,9 @@ +2012-01-02 Andy Estes + + Fix the Windows build (again). + + * Platform/CoreIPC/Connection.h: + 2012-01-02 Sam Weinig Fix windows build. diff --git a/Source/WebKit2/Platform/CoreIPC/Connection.h b/Source/WebKit2/Platform/CoreIPC/Connection.h index 9a9038a..bafa999 100644 --- a/Source/WebKit2/Platform/CoreIPC/Connection.h +++ b/Source/WebKit2/Platform/CoreIPC/Connection.h @@ -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& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime); + static bool dispatchSentMessagesUntil(const Vector& windows, CoreIPC::BinarySemaphore& semaphore, double absoluteTime); Vector m_readBuffer; OVERLAPPED m_readState; -- 2.7.4