Currently the release log messages emitted in NetworkResourceLoader::didReceiveResponse() are inverted with respect to whether we are waiting for the WebProcess to send message NetworkResourceLoader::ContinueDidReceiveResponse. We emit a release log message of the form "didReceiveResponse: Should wait for message from WebContent process ..." when we are not waiting for the WebProcess and emit a message of the form "didReceiveResponse: Should not wait for message from WebContent process" when we are waiting on the WebProcess. We should invert these messages.
Created attachment 294393 [details] Patch
Comment on attachment 294393 [details] Patch Clearing flags on attachment: 294393 Committed r208665: <http://trac.webkit.org/changeset/208665>
All reviewed patches have been landed. Closing bug.