2011-03-26 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig. Handle synchronous replies coming in out of order https://bugs.webkit.org/show_bug.cgi?id=57158 When processing an incoming reply, don't assume that it belongs to the last sent synchronous request. Instead, iterate over the m_pendingSyncReplies vector backwards looking for the corresponding request. * Platform/CoreIPC/Connection.cpp: (CoreIPC::Connection::processIncomingMessage): git-svn-id: svn://svn.chromium.org/blink/trunk@82035 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment