Bug 21503

Summary: PluginMainThreadScheduler is missing a reset of m_callPending
Product: WebKit Reporter: John Ripley <jripley>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   

John Ripley
Reported 2008-10-09 08:00:28 PDT
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.
Attachments
John Ripley
Comment 1 2009-01-08 06:50:28 PST
*** This bug has been marked as a duplicate of 21587 ***
Note You need to log in before you can comment on or make changes to this bug.