Changeset 30851 in webkit for trunk/JavaScriptCore/wtf/ThreadingGtk.cpp
- Timestamp:
- Mar 6, 2008, 11:50:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingGtk.cpp
r30849 r30851 197 197 } 198 198 199 return g_cond_timed wait(m_condition, mutex.impl(), &targetTime);199 return g_cond_timed_wait(m_condition, mutex.impl(), &targetTime); 200 200 } 201 201
Note:
See TracChangeset
for help on using the changeset viewer.