[webkit-reviews] review granted: [Bug 133708] Make it possible for waitForAndDispatchImmediately to bail if a sync message comes in from the other direction : [Attachment 232891] anders changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 13:35:19 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 133708: Make it possible for waitForAndDispatchImmediately to bail if a
sync message comes in from the other direction
https://bugs.webkit.org/show_bug.cgi?id=133708

Attachment 232891: anders changes
https://bugs.webkit.org/attachment.cgi?id=232891&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=232891&action=review


> Source/WebKit2/Platform/IPC/Connection.cpp:45
> +    { }

Newline after {

> Source/WebKit2/Platform/IPC/Connection.cpp:428
> +	       std::unique_ptr<MessageDecoder> decoder =
std::move(m_waitingForMessage->decoder);

auto decoder =


More information about the webkit-reviews mailing list