[Webkit-unassigned] [Bug 92370] New: Create floatMax from std::numeric_limits<double>::max()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 05:45:09 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92370

           Summary: Create floatMax from
                    std::numeric_limits<double>::max()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net
                CC: yosin at chromium.org


Remove the following FIXME comment:

// FIXME: We should use numeric_limits<double>::max for number input type.

Use std::numeric_limits<double>::max() instead of std::numeric_limits<float>::max().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list