Bug 21503
| Summary: | PluginMainThreadScheduler is missing a reset of m_callPending | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | John Ripley <jripley> |
| Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | Other | ||
John Ripley
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
John Ripley
*** This bug has been marked as a duplicate of 21587 ***