[webkit-reviews] review granted: [Bug 126308] Move more of Connection over to STL threading primitives : [Attachment 220130] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 30 15:38:33 PST 2013


Andreas Kling <akling at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 126308: Move more of Connection over to STL threading primitives
https://bugs.webkit.org/show_bug.cgi?id=126308

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

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


r=me

> Source/WebKit2/Platform/IPC/Connection.cpp:597
> -	       timedOut = currentTime() >= absoluteTime;
> +	       timedOut = std::chrono::steady_clock::now() >= timeoutTime;

Oh god why.


More information about the webkit-reviews mailing list