Bug 21503 - PluginMainThreadScheduler is missing a reset of m_callPending
Summary: PluginMainThreadScheduler is missing a reset of m_callPending
Status: RESOLVED DUPLICATE of bug 21587
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 08:00 PDT by John Ripley
Modified: 2009-01-08 06:50 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Ripley 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.
Comment 1 John Ripley 2009-01-08 06:50:28 PST

*** This bug has been marked as a duplicate of 21587 ***