Changeset 40533 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Feb 3, 2009, 1:18:34 AM (16 years ago)
Author:
[email protected]
Message:

2009-02-03 Dmitry Titov <[email protected]>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=23560
Implement SharedTimer on WorkerRunLoop

  • JavaScriptCore.exp: Forgot to expose ThreadCondition::timedWait() in one of previous patches.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r40522 r40533  
     12009-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
    1112009-02-02  Oliver Hunt  <[email protected]>
    212
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r40345 r40533  
    285285__ZN3WTF15ThreadCondition6signalEv
    286286__ZN3WTF15ThreadCondition9broadcastEv
     287__ZN3WTF15ThreadCondition9timedWaitERNS_5MutexEd
    287288__ZN3WTF15ThreadConditionC1Ev
    288289__ZN3WTF15ThreadConditionD1Ev
Note: See TracChangeset for help on using the changeset viewer.