Changeset 148568 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Apr 16, 2013, 4:26:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r148562 r148568 54 54 #include <wtf/Forward.h> 55 55 #include <wtf/HashMap.h> 56 #include <wtf/MathExtras.h>57 56 #include <wtf/RefCountedArray.h> 58 57 #include <wtf/SimpleStats.h> … … 393 392 #endif 394 393 395 CachedTranscendentalFunction<s in> cachedSin;394 CachedTranscendentalFunction<std::sin> cachedSin; 396 395 397 396 JS_EXPORT_PRIVATE void resetDateCache();
Note:
See TracChangeset
for help on using the changeset viewer.