Changeset 69833 in webkit for trunk/JavaScriptCore/wtf/DateMath.h
- Timestamp:
- Oct 14, 2010, 7:45:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/DateMath.h
r53445 r69833 54 54 int equivalentYearForDST(int year); 55 55 56 // Not really math related, but this is currently the only shared place to put these. 56 // Not really math related, but this is currently the only shared place to put these. 57 double parseES5DateFromNullTerminatedCharacters(const char* dateString); 57 58 double parseDateFromNullTerminatedCharacters(const char* dateString); 58 59 double timeClip(double);
Note:
See TracChangeset
for help on using the changeset viewer.