[webkit-reviews] review granted: [Bug 132768] [iOS][WK2] Fix bugs exposed by r168556 : [Attachment 231213] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 22:01:51 PDT 2014


Ryosuke Niwa <rniwa at webkit.org> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 132768: [iOS][WK2] Fix bugs exposed by r168556
https://bugs.webkit.org/show_bug.cgi?id=132768

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=231213&action=review


> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1896
> +    return fabs(a - b) < std::numeric_limits<float>::epsilon();

It'll be nice if we could share this with e.g. FloatSize.cpp but I guess we can
do that in a separate patch.


More information about the webkit-reviews mailing list