Bug 259857
Summary: | makeOpportunisticTaskDeferralScopeIfPossible has a wrong early exit logic | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, mark.lam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 259876 | ||
Bug Blocks: | 203137 |
Ryosuke Niwa
makeOpportunisticTaskDeferralScopeIfPossible exits early whenever m_currentTimerInterval <= 1ms.
But we should be exiting early whenever m_currentTimerInterval > 1ms instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/16420
Radar WebKit Bug Importer
<rdar://problem/113450386>
EWS
Committed 266621@main (38e5de251688): <https://commits.webkit.org/266621@main>
Reviewed commits have been landed. Closing PR #16420 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 259876
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/16464
EWS
Committed 266680@main (e9d28ce63fa4): <https://commits.webkit.org/266680@main>
Reviewed commits have been landed. Closing PR #16464 and removing active labels.