[Webkit-unassigned] [Bug 62380] New: [EFL] correct sharedTimer value in SharedTimerEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 08:30:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62380

           Summary: [EFL] correct sharedTimer value in SharedTimerEfl.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hsong at sisa.samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Correct _sharedTimer value after timerFunction() called in SharedTimerEfl.cpp.  Existing implementation set _sharedTimer = 0.  Because it is set to 0, when stopSharedTimer() is called, ecore_timer_del() will not actually delete the timer.  Thus, the "deleted" timer will be called again in next loop.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list