[Webkit-unassigned] [Bug 118210] New: PageThrottler::shouldThrottleTimers is wrong.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 28 18:18:56 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118210
Summary: PageThrottler::shouldThrottleTimers is wrong.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
m_throttleState == PageNotThrottledState
-> page NOT throttled, so should NOT throttle timers
m_throttleState != PageNotThrottledState
-> page NOT NOT throttled, so should throttle timers
This needs cleaning up, but for now, 1 character fix.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list