Changeset 91383 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
- Timestamp:
- Jul 20, 2011, 11:43:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
r91206 r91383 484 484 DWORD absoluteTimeToWaitTimeoutInterval(double absoluteTime) 485 485 { 486 double currentTime = monotonicallyIncreasingTime();486 double currentTime = WTF::currentTime(); 487 487 488 488 // Time is in the past - return immediately.
Note:
See TracChangeset
for help on using the changeset viewer.