Title: [240777] trunk/Source/WTF
Revision
240777
Author
carlo...@webkit.org
Date
2019-01-31 02:42:44 -0800 (Thu, 31 Jan 2019)

Log Message

Unreviewed. Fix WPE compile warnings due to deprecated glib API.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (240776 => 240777)


--- trunk/Source/WTF/ChangeLog	2019-01-31 10:34:57 UTC (rev 240776)
+++ trunk/Source/WTF/ChangeLog	2019-01-31 10:42:44 UTC (rev 240777)
@@ -1,3 +1,9 @@
+2019-01-31  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix WPE compile warnings due to deprecated glib API.
+
+        * wtf/Platform.h:
+
 2019-01-29  Chris Dumez  <cdu...@apple.com>
 
         Make sure WTF::generateObjectIdentifier() internal counter does not get duplicated

Modified: trunk/Source/WTF/wtf/Platform.h (240776 => 240777)


--- trunk/Source/WTF/wtf/Platform.h	2019-01-31 10:34:57 UTC (rev 240776)
+++ trunk/Source/WTF/wtf/Platform.h	2019-01-31 10:42:44 UTC (rev 240777)
@@ -585,6 +585,10 @@
 #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
 #endif
 
+#if PLATFORM(WPE)
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_40
+#endif
+
 #if PLATFORM(GTK) && !defined(GTK_API_VERSION_2)
 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_6
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to