WebSQLiteDatabaseTracker::WebSQLiteDatabaseTracker(WebProcess* process) : m_process(process) , m_hysteresis([this](HysteresisState state) { hysteresisUpdated(state); }) { }
UserActivity::UserActivity(const char* description) : HysteresisActivity([this](HysteresisState state) { hysteresisUpdated(state); }) , m_impl(description) { }