Changeset 140591 in webkit
- Timestamp:
- Jan 23, 2013, 2:18:59 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r140582 r140591 1 2013-01-23 Alexey Proskuryakov <ap@apple.com> 2 3 Build fix. 4 5 * Platform/CoreIPC/Connection.cpp: (CoreIPC::Connection::sendSyncMessage): 6 Copy/paste trouble fix. 7 1 8 2013-01-23 Alexey Proskuryakov <ap@apple.com> 2 9 -
trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp
r140582 r140591 436 436 } 437 437 438 if (! pendingReply.replyDecoder)438 if (!reply) 439 439 didFailToSendSyncMessage(); 440 440
Note:
See TracChangeset
for help on using the changeset viewer.