[webkit-reviews] review granted: [Bug 104143] [WK2] Would like to queue messages while NetworkProcess is launching : [Attachment 177798] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 11:22:53 PST 2012


Anders Carlsson <andersca at apple.com> has granted Alexey Proskuryakov
<ap at webkit.org>'s request for review:
Bug 104143: [WK2] Would like to queue messages while NetworkProcess is
launching
https://bugs.webkit.org/show_bug.cgi?id=104143

Attachment 177798: proposed patch
https://bugs.webkit.org/attachment.cgi?id=177798&action=review

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


> Source/WebKit2/Shared/ChildProcessProxy.cpp:128
> +    if (m_connection) {

Would be cleaner to just return early if m_connection is null.


More information about the webkit-reviews mailing list