Title: [284771] trunk/Source/WebCore
Revision
284771
Author
[email protected]
Date
2021-10-24 19:48:49 -0700 (Sun, 24 Oct 2021)

Log Message

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

Unreviewed build fix.

* platform/glib/LowPowerModeNotifierGLib.cpp:
(WebCore::LowPowerModeNotifier::LowPowerModeNotifier):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (284770 => 284771)


--- trunk/Source/WebCore/ChangeLog	2021-10-25 00:04:12 UTC (rev 284770)
+++ trunk/Source/WebCore/ChangeLog	2021-10-25 02:48:49 UTC (rev 284771)
@@ -1,3 +1,12 @@
+2021-10-24  Lauro Moura  <[email protected]>
+
+        [GLIB] REGRESSION(r284670): Tentative LTS build fix
+
+        Unreviewed build fix.
+
+        * platform/glib/LowPowerModeNotifierGLib.cpp:
+        (WebCore::LowPowerModeNotifier::LowPowerModeNotifier):
+
 2021-10-24  Jean-Yves Avenard  <[email protected]>
 
         Fix typo in MediaPlayerPrivateAVFoundationObjC::updateVideoTracks()

Modified: trunk/Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp (284770 => 284771)


--- trunk/Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp	2021-10-25 00:04:12 UTC (rev 284770)
+++ trunk/Source/WebCore/platform/glib/LowPowerModeNotifierGLib.cpp	2021-10-25 02:48:49 UTC (rev 284771)
@@ -28,8 +28,8 @@
 
 
 LowPowerModeNotifier::LowPowerModeNotifier(LowPowerModeChangeCallback&& callback)
+#if GLIB_CHECK_VERSION(2, 69, 1)
     : m_callback(WTFMove(callback))
-#if GLIB_CHECK_VERSION(2, 69, 1)
     , m_powerProfileMonitor(adoptGRef(g_power_profile_monitor_dup_default()))
 #endif
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to