Changeset 42851 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 24, 2009, 4:28:45 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r42844 r42851 1 2009-04-24 Rob Raguet-Schofield <[email protected]> 2 3 Rubber-stamped by Mark Rowe. 4 5 * wtf/CurrentTime.h: Fix a typo in a comment. 6 1 7 2009-04-24 Oliver Hunt <[email protected]> 2 8 -
trunk/JavaScriptCore/wtf/CurrentTime.h
r39784 r42851 37 37 // Returns the current system (UTC) time in seconds, starting January 1, 1970. 38 38 // Precision varies depending on a platform but usually is as good or better 39 // th en a millisecond.39 // than a millisecond. 40 40 double currentTime(); 41 41
Note:
See TracChangeset
for help on using the changeset viewer.