RESOLVED FIXED 118375
Remove PageThrottler::m_activeThrottleBlockers
https://bugs.webkit.org/show_bug.cgi?id=118375
Summary Remove PageThrottler::m_activeThrottleBlockers
Gavin Barraclough
Reported 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).
Attachments
Fix (5.17 KB, patch)
2013-07-03 18:11 PDT, Gavin Barraclough
mrowe: review+
Gavin Barraclough
Comment 1 2013-07-03 18:11:59 PDT
Gavin Barraclough
Comment 2 2013-07-04 11:00:54 PDT
Committed revision 152402.
Note You need to log in before you can comment on or make changes to this bug.