Bug 112683

Summary: [BlackBerry] MathExtras: macros defined in math.h conflict with the real functions
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cgarcia, cmarcelo, commit-queue, ojan.autocc, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 111729    
Attachments:
Description Flags
Patch none

Description Alberto Garcia 2013-03-19 04:57:47 PDT
After calls to signbit and friends were prefixed with std:: in
r143232, the BlackBerry port no longer compiles.

The reason are the signbit / isnan / isinf / isfinite macros defined
in math.h.

They should be removed in order to use real functions instead.
Comment 1 Alberto Garcia 2013-03-19 04:59:46 PDT
Created attachment 193796 [details]
Patch
Comment 2 Alberto Garcia 2013-04-05 01:07:18 PDT
Ping
Comment 3 WebKit Commit Bot 2013-04-08 18:26:21 PDT
Comment on attachment 193796 [details]
Patch

Clearing flags on attachment: 193796

Committed r147972: <http://trac.webkit.org/changeset/147972>
Comment 4 WebKit Commit Bot 2013-04-08 18:26:23 PDT
All reviewed patches have been landed.  Closing bug.