[Webkit-unassigned] [Bug 21503] New: PluginMainThreadScheduler is missing a reset of m_callPending

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 08:00:28 PDT 2008


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

           Summary: PluginMainThreadScheduler is missing a reset of
                    m_callPending
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jripley at google.com


The logic in PluginMainThreadScheduler is clearly missing a reset of
m_callPending, which results in it only waking up the main thread the first
time it is used.

It needs m_callPending=false inserting just before m_queueMutex.unlock() on
line 102 of PluginMainThreadScheduler.cpp.


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



More information about the webkit-unassigned mailing list