Changeset 45259 in webkit for trunk/JavaScriptCore/runtime/DateInstance.cpp
- Timestamp:
- Jun 26, 2009, 3:27:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateInstance.cpp
r44513 r45259 31 31 namespace JSC { 32 32 33 struct DateInstance::Cache {33 struct DateInstance::Cache : public FastAllocBase { 34 34 double m_gregorianDateTimeCachedForMS; 35 35 GregorianDateTime m_cachedGregorianDateTime;
Note:
See TracChangeset
for help on using the changeset viewer.