Ignore:
Timestamp:
Apr 16, 2013, 4:26:56 PM (12 years ago)
Author:
[email protected]
Message:

Another Windows build fix attempt.

  • runtime/JSGlobalData.h:

(JSGlobalData):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalData.h

    r148562 r148568  
    5454#include <wtf/Forward.h>
    5555#include <wtf/HashMap.h>
    56 #include <wtf/MathExtras.h>
    5756#include <wtf/RefCountedArray.h>
    5857#include <wtf/SimpleStats.h>
     
    393392#endif
    394393
    395         CachedTranscendentalFunction<sin> cachedSin;
     394        CachedTranscendentalFunction<std::sin> cachedSin;
    396395
    397396        JS_EXPORT_PRIVATE void resetDateCache();
Note: See TracChangeset for help on using the changeset viewer.