Title: [140591] trunk/Source/WebKit2
Revision
140591
Author
a...@apple.com
Date
2013-01-23 14:18:59 -0800 (Wed, 23 Jan 2013)

Log Message

        Build fix.

        * Platform/CoreIPC/Connection.cpp: (CoreIPC::Connection::sendSyncMessage):
        Copy/paste trouble fix.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (140590 => 140591)


--- trunk/Source/WebKit2/ChangeLog	2013-01-23 22:17:36 UTC (rev 140590)
+++ trunk/Source/WebKit2/ChangeLog	2013-01-23 22:18:59 UTC (rev 140591)
@@ -1,5 +1,12 @@
 2013-01-23  Alexey Proskuryakov  <a...@apple.com>
 
+        Build fix.
+
+        * Platform/CoreIPC/Connection.cpp: (CoreIPC::Connection::sendSyncMessage):
+        Copy/paste trouble fix.
+
+2013-01-23  Alexey Proskuryakov  <a...@apple.com>
+
         <rdar://problem/13064414> REGRESSION(r139514): didFailToSendSyncMessage is not called by Connection
         https://bugs.webkit.org/show_bug.cgi?id=107715
 

Modified: trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp (140590 => 140591)


--- trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2013-01-23 22:17:36 UTC (rev 140590)
+++ trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2013-01-23 22:18:59 UTC (rev 140591)
@@ -435,7 +435,7 @@
         m_pendingSyncReplies.removeLast();
     }
 
-    if (!pendingReply.replyDecoder)
+    if (!reply)
         didFailToSendSyncMessage();
 
     return reply.release();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to