Bug 118210

Summary: PageThrottler::shouldThrottleTimers is wrong.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebCore Misc.Assignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jberlin, kling, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix andersca: review+

Gavin Barraclough
Reported 2013-06-28 18:20:53 PDT
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.
Attachments
Fix (1.58 KB, patch)
2013-06-28 18:31 PDT, Gavin Barraclough
andersca: review+
Gavin Barraclough
Comment 1 2013-06-28 18:31:59 PDT
Gavin Barraclough
Comment 2 2013-06-28 18:45:50 PDT
Committed revision 152202.
Andreas Kling
Comment 3 2013-06-28 22:56:04 PDT
Note You need to log in before you can comment on or make changes to this bug.