Bug 137966

Summary: profiler/ProfileNode.h: Prefix isnan with std
Product: WebKit Reporter: Milan Crha <mcrha>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 137488    
Attachments:
Description Flags
proposed wk patch none

Milan Crha
Reported 2014-10-22 10:47:08 PDT
I build webkit under mingw/msys ans the isnan() cannot be found there, because it's defined in std:: nasmespace. A similar change had been done in Source/JavaScriptCore/profiler/ProfileGenerator.cpp recently too.
Attachments
proposed wk patch (1.50 KB, patch)
2014-10-22 10:53 PDT, Milan Crha
no flags
Milan Crha
Comment 1 2014-10-22 10:53:16 PDT
Created attachment 240277 [details] proposed wk patch
WebKit Commit Bot
Comment 2 2014-10-22 23:54:10 PDT
Comment on attachment 240277 [details] proposed wk patch Clearing flags on attachment: 240277 Committed r175089: <http://trac.webkit.org/changeset/175089>
WebKit Commit Bot
Comment 3 2014-10-22 23:54:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.