Bug 256572
| Summary: | HysteresisActivity::impulse() thrashes a timer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Web Template Framework | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
HysteresisActivity::impulse() is implemented as:
void impulse()
{
if (!m_active) {
start();
stop();
}
}
which will always stop and restart the timer if called repeatedly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109134335>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/13681
EWS
Committed 263946@main (c408a82764d2): <https://commits.webkit.org/263946@main>
Reviewed commits have been landed. Closing PR #13681 and removing active labels.