RESOLVED DUPLICATE of bug 21587 21503
PluginMainThreadScheduler is missing a reset of m_callPending
https://bugs.webkit.org/show_bug.cgi?id=21503
Summary PluginMainThreadScheduler is missing a reset of m_callPending
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.