Bug 137966 - profiler/ProfileNode.h: Prefix isnan with std
Summary: profiler/ProfileNode.h: Prefix isnan with std
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 137488
  Show dependency treegraph
 
Reported: 2014-10-22 10:47 PDT by Milan Crha
Modified: 2014-10-22 23:54 PDT (History)
1 user (show)

See Also:


Attachments
proposed wk patch (1.50 KB, patch)
2014-10-22 10:53 PDT, Milan Crha
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.