Changeset 58935 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- May 6, 2010, 9:58:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r58712 r58935 30 30 #define JSGlobalData_h 31 31 32 #include "CachedTranscendentalFunction.h" 32 33 #include "Collector.h" 33 34 #include "DateInstanceCache.h" … … 213 214 #endif 214 215 216 CachedTranscendentalFunction<sin> cachedSin; 217 215 218 void resetDateCache(); 216 219
Note:
See TracChangeset
for help on using the changeset viewer.