Changeset 44866 in webkit for trunk/JavaScriptCore/runtime/DateConstructor.cpp
- Timestamp:
- Jun 19, 2009, 1:09:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateConstructor.cpp
r44509 r44866 35 35 #include <wtf/DateMath.h> 36 36 #include <wtf/MathExtras.h> 37 38 #if PLATFORM(WINCE) && !PLATFORM(QT) 39 extern "C" time_t time(time_t* timer); //provided by libce 40 #endif 37 41 38 42 #if HAVE(SYS_TIME_H)
Note:
See TracChangeset
for help on using the changeset viewer.