[webkit-reviews] review granted: [Bug 53861] Replace FLT_MAX with std::numeric_limits : [Attachment 81399] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 07:33:48 PST 2011


Andreas Kling <kling at webkit.org> has granted Patrick R. Gansterer
<paroga at paroga.com>'s request for review:
Bug 53861: Replace FLT_MAX with std::numeric_limits
https://bugs.webkit.org/show_bug.cgi?id=53861

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

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

r=me

> Source/WebCore/html/NumberInputType.cpp:-54
> -static const double numberDefaultMinimum = -FLT_MAX;
> -static const double numberDefaultMaximum = FLT_MAX;

This looked a little strange to me, but apparently it is intentional:
https://bugs.webkit.org/show_bug.cgi?id=48221 (just for reference)


More information about the webkit-reviews mailing list