Changeset 37733 in webkit for trunk/JavaScriptCore/kjs/DateMath.cpp
- Timestamp:
- Oct 20, 2008, 10:10:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/DateMath.cpp
r37331 r37733 426 426 } 427 427 428 static inline int mi mimumYearForDST()428 static inline int minimumYearForDST() 429 429 { 430 430 // Because of the 2038 issue (see maximumYearForDST) if the current year is … … 450 450 // for DST did not change between the two years; if they did the app would need 451 451 // to be restarted. 452 static int minYear = mi mimumYearForDST();452 static int minYear = minimumYearForDST(); 453 453 int maxYear = maximumYearForDST(); 454 454
Note:
See TracChangeset
for help on using the changeset viewer.