[webkit-reviews] review canceled: [Bug 62380] [EFL] correct sharedTimer value in SharedTimerEfl.cpp : [Attachment 96600] [EFL] correct _sharedTimer value in timer function in SharedTimerEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 14:27:54 PDT 2011


Henry Song <hsong at sisa.samsung.com> has canceled Henry Song
<hsong at sisa.samsung.com>'s request for review:
Bug 62380: [EFL] correct sharedTimer value in SharedTimerEfl.cpp
https://bugs.webkit.org/show_bug.cgi?id=62380

Attachment 96600: [EFL] correct _sharedTimer value in timer function in
SharedTimerEfl.cpp
https://bugs.webkit.org/attachment.cgi?id=96600&action=review

------- Additional Comments from Henry Song <hsong at sisa.samsung.com>
Both stopSharedTimer() and addNewTimer() can be called within timerFunction()
in timerEvent().  If addNewTimer() is called, the static _sharedTimer object is
replaced with new timer object.  If set it to 0 after timerFunction() returns,
the new timer object is lost and cannot be deleted in later stopSharedTimer(). 
This is similar to how it is implemented in SharedTimerGtk.cpp for GTK port.


More information about the webkit-reviews mailing list