[Webkit-unassigned] [Bug 129971] New: Use std::isnan in profiler/ProfileNode.cpp to fix build failure on OpenBSD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 8 11:18:21 PST 2014


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

           Summary: Use std::isnan in profiler/ProfileNode.cpp to fix
                    build failure on OpenBSD
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: landry at openbsd.org


Build fail if using isnan() directly. Use std::isnan as it's consistent all over webkit's source code..

-- 
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