Ignore:
Timestamp:
Apr 22, 2010, 2:44:46 PM (15 years ago)
Author:
[email protected]
Message:

2010-04-22 Sheriff Bot <[email protected]>

Unreviewed, rolling out r58110.
http://trac.webkit.org/changeset/58110
https://bugs.webkit.org/show_bug.cgi?id=38007

Caused an internal compiler error on Qt (Requested by abarth
on #webkit).

  • wtf/MathExtras.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/MathExtras.h

    r58110 r58118  
    189189inline float grad2rad(float g) { return g * piFloat / 200.0f; }
    190190
    191 #if !COMPILER(MSVC) && !COMPILER(RVCT) && !COMPILER(WINSCW)
     191#if !COMPILER(MSVC) && !COMPILER(RVCT) && !OS(ANDROID) && !COMPILER(WINSCW)
    192192using std::isfinite;
    193193using std::isinf;
Note: See TracChangeset for help on using the changeset viewer.