⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284771 in webkit


Ignore:
Timestamp:
Oct 24, 2021, 7:48:49 PM (5 years ago)
Author:
Lauro Moura
Message:

[GLIB] REGRESSION(r284670): Tentative LTS build fix

Unreviewed build fix.

  • platform/glib/LowPowerModeNotifierGLib.cpp:

(WebCore::LowPowerModeNotifier::LowPowerModeNotifier):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r284770 r284771  
     12021-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
    1102021-10-24  Jean-Yves Avenard  <jya@apple.com>
    211
  • trunk/Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp

    r284670 r284771  
    2929
    3030LowPowerModeNotifier::LowPowerModeNotifier(LowPowerModeChangeCallback&& callback)
     31#if GLIB_CHECK_VERSION(2, 69, 1)
    3132    : m_callback(WTFMove(callback))
    32 #if GLIB_CHECK_VERSION(2, 69, 1)
    3333    , m_powerProfileMonitor(adoptGRef(g_power_profile_monitor_dup_default()))
    3434#endif
Note: See TracChangeset for help on using the changeset viewer.