Changeset 185783 in webkit


Ignore:
Timestamp:
Jun 19, 2015 5:14:20 PM (9 years ago)
Author:
Michael Catanzaro
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:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r185764 r185783  
     12015-06-19  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [SOUP] Define SOUP_VERSION_MIN_REQUIRED
     4        https://bugs.webkit.org/show_bug.cgi?id=146165
     5
     6        Reviewed by Martin Robinson.
     7
     8        Define SOUP_VERSION_MIN_REQUIRED to avoid deprecation warnings.
     9
     10        * wtf/Platform.h:
     11
    1122015-06-19  Mark Lam  <mark.lam@apple.com>
    213
  • trunk/Source/WTF/wtf/Platform.h

    r185502 r185783  
    493493#endif
    494494
     495#if USE(SOUP)
     496#define SOUP_VERSION_MIN_REQUIRED SOUP_VERSION_2_42
     497#endif
     498
    495499/* On Windows, use QueryPerformanceCounter by default */
    496500#if OS(WINDOWS)
Note: See TracChangeset for help on using the changeset viewer.