Changeset 12924 in webkit for trunk/JavaScriptCore/kjs/testkjs.cpp
- Timestamp:
- Feb 21, 2006, 11:17:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/testkjs.cpp
r12908 r12924 35 35 #include <stdlib.h> 36 36 #include <string.h> 37 #if HAVE_SYS_TIME_H 37 38 #include <sys/time.h> 39 #endif 38 40 39 41 using namespace KJS; … … 51 53 52 54 private: 55 #if !WIN32 56 // Windows does not have timeval, disabling this class for now (bug 7399) 53 57 timeval m_startTime; 54 58 timeval m_stopTime; 59 #endif 55 60 }; 56 61
Note:
See TracChangeset
for help on using the changeset viewer.