Bug 118375

Summary: Remove PageThrottler::m_activeThrottleBlockers
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: WebCore Misc.Assignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix mrowe: review+

Description Gavin Barraclough 2013-07-03 18:05:23 PDT
This is simply m_activityTokens.size().

Also, fold preventThrottling into addActivityToken & allowThrottling into removeActivityToken (these should no longer be called directly, and should not be public).
Comment 1 Gavin Barraclough 2013-07-03 18:11:59 PDT
Created attachment 206040 [details]
Fix
Comment 2 Gavin Barraclough 2013-07-04 11:00:54 PDT
Committed revision 152402.