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

Description Milan Crha 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.
Comment 1 Milan Crha 2014-10-22 10:53:16 PDT
Created attachment 240277 [details]
proposed wk patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-10-22 23:54:12 PDT
All reviewed patches have been landed.  Closing bug.