Bug 3894

Summary: uses of <cmath> should change to <math>
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: WebKit Misc.Assignee: Justin Garcia <justin.garcia>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch eric: review+

Description Geoffrey Garen 2005-07-07 11:04:22 PDT
Once we switch to gcc 4.0, we should remove uses of #include <cmath> and replace with #include 
<math>. <cmath> was only a work-around for a gcc 3.3 bug.
Comment 1 Justin Garcia 2006-03-02 18:23:52 PST
Created attachment 6817 [details]
patch