Bug 118375 - Remove PageThrottler::m_activeThrottleBlockers
Summary: Remove PageThrottler::m_activeThrottleBlockers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 18:05 PDT by Gavin Barraclough
Modified: 2013-07-04 11:00 PDT (History)
0 users

See Also:


Attachments
Fix (5.17 KB, patch)
2013-07-03 18:11 PDT, Gavin Barraclough
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.