Changeset 40533 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 3, 2009, 1:18:34 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r40522 r40533 1 2009-02-03 Dmitry Titov <[email protected]> 2 3 Reviewed by Alexey Proskuryakov. 4 5 https://bugs.webkit.org/show_bug.cgi?id=23560 6 Implement SharedTimer on WorkerRunLoop 7 8 * JavaScriptCore.exp: 9 Forgot to expose ThreadCondition::timedWait() in one of previous patches. 10 1 11 2009-02-02 Oliver Hunt <[email protected]> 2 12 -
trunk/JavaScriptCore/JavaScriptCore.exp
r40345 r40533 285 285 __ZN3WTF15ThreadCondition6signalEv 286 286 __ZN3WTF15ThreadCondition9broadcastEv 287 __ZN3WTF15ThreadCondition9timedWaitERNS_5MutexEd 287 288 __ZN3WTF15ThreadConditionC1Ev 288 289 __ZN3WTF15ThreadConditionD1Ev
Note:
See TracChangeset
for help on using the changeset viewer.