Changeset 284771 in webkit
- Timestamp:
- Oct 24, 2021, 7:48:49 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/glib/LowPowerModeNotifierGLib.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r284770 r284771 1 2021-10-24 Lauro Moura <lmoura@igalia.com> 2 3 [GLIB] REGRESSION(r284670): Tentative LTS build fix 4 5 Unreviewed build fix. 6 7 * platform/glib/LowPowerModeNotifierGLib.cpp: 8 (WebCore::LowPowerModeNotifier::LowPowerModeNotifier): 9 1 10 2021-10-24 Jean-Yves Avenard <jya@apple.com> 2 11 -
trunk/Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp
r284670 r284771 29 29 30 30 LowPowerModeNotifier::LowPowerModeNotifier(LowPowerModeChangeCallback&& callback) 31 #if GLIB_CHECK_VERSION(2, 69, 1) 31 32 : m_callback(WTFMove(callback)) 32 #if GLIB_CHECK_VERSION(2, 69, 1)33 33 , m_powerProfileMonitor(adoptGRef(g_power_profile_monitor_dup_default())) 34 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.