Title: [185783] trunk/Source/WTF
Revision
185783
Author
mcatanz...@igalia.com
Date
2015-06-19 17:14:20 -0700 (Fri, 19 Jun 2015)

Log Message

[SOUP] Define SOUP_VERSION_MIN_REQUIRED
https://bugs.webkit.org/show_bug.cgi?id=146165

Reviewed by Martin Robinson.

Define SOUP_VERSION_MIN_REQUIRED to avoid deprecation warnings.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (185782 => 185783)


--- trunk/Source/WTF/ChangeLog	2015-06-19 23:55:25 UTC (rev 185782)
+++ trunk/Source/WTF/ChangeLog	2015-06-20 00:14:20 UTC (rev 185783)
@@ -1,3 +1,14 @@
+2015-06-19  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [SOUP] Define SOUP_VERSION_MIN_REQUIRED
+        https://bugs.webkit.org/show_bug.cgi?id=146165
+
+        Reviewed by Martin Robinson.
+
+        Define SOUP_VERSION_MIN_REQUIRED to avoid deprecation warnings.
+
+        * wtf/Platform.h:
+
 2015-06-19  Mark Lam  <mark....@apple.com>
 
         Gardening: build fixes for GTK and EFL for CheckedArithmetic change.

Modified: trunk/Source/WTF/wtf/Platform.h (185782 => 185783)


--- trunk/Source/WTF/wtf/Platform.h	2015-06-19 23:55:25 UTC (rev 185782)
+++ trunk/Source/WTF/wtf/Platform.h	2015-06-20 00:14:20 UTC (rev 185783)
@@ -492,6 +492,10 @@
 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_6
 #endif
 
+#if USE(SOUP)
+#define SOUP_VERSION_MIN_REQUIRED SOUP_VERSION_2_42
+#endif
+
 /* On Windows, use QueryPerformanceCounter by default */
 #if OS(WINDOWS)
 #define USE_QUERY_PERFORMANCE_COUNTER  1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to