Title: [94815] trunk/Source/WebKit2
Revision
94815
Author
[email protected]
Date
2011-09-08 15:56:16 -0700 (Thu, 08 Sep 2011)

Log Message

Remove accidentally committed typo.

* Platform/CoreIPC/Connection.cpp:
(CoreIPC::Connection::waitForSyncReply):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (94814 => 94815)


--- trunk/Source/WebKit2/ChangeLog	2011-09-08 22:52:04 UTC (rev 94814)
+++ trunk/Source/WebKit2/ChangeLog	2011-09-08 22:56:16 UTC (rev 94815)
@@ -1,3 +1,10 @@
+2011-09-08  Sam Weinig  <[email protected]>
+
+        Remove accidentally committed typo.
+
+        * Platform/CoreIPC/Connection.cpp:
+        (CoreIPC::Connection::waitForSyncReply):
+
 2011-09-08  Brian Weinstein  <[email protected]>
 
         WebKit2: Assertion when calling didPerform*Redirect on null source/destination URL string

Modified: trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp (94814 => 94815)


--- trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2011-09-08 22:52:04 UTC (rev 94814)
+++ trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2011-09-08 22:56:16 UTC (rev 94815)
@@ -465,7 +465,7 @@
 
         // We didn't find a sync reply yet, keep waiting.
 #if PLATFORM(WIN)
-        timedOut = !m_syncMessageState->wait\oluteTime, m_client->windowsToReceiveSentMessagesWhileWaitingForSyncReply());
+        timedOut = !m_syncMessageState->waitWhileDispatchingSentWin32Messages(absoluteTime, m_client->windowsToReceiveSentMessagesWhileWaitingForSyncReply());
 #else
 
         // This allows the WebProcess to still serve clients while waiting for the message to return. 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to