[webkit-reviews] review granted: [Bug 120653] REGRESSION (r154967) window resize is very choppy : [Attachment 210424] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 3 20:20:22 PDT 2013


Andreas Kling <akling at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 120653: REGRESSION (r154967) window resize is very choppy
https://bugs.webkit.org/show_bug.cgi?id=120653

Attachment 210424: Patch
https://bugs.webkit.org/attachment.cgi?id=210424&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=210424&action=review


> Source/WebKit2/Platform/CoreIPC/Connection.cpp:420
> +	   HashMap<std::pair<std::pair<StringReference, StringReference>,
uint64_t>, OwnPtr<MessageDecoder>>::iterator it =
m_waitForMessageMap.find(messageAndDestination);

No auto? ;-)


More information about the webkit-reviews mailing list