Changeset 244362 in webkit


Ignore:
Timestamp:
Apr 16, 2019 4:29:30 PM (5 years ago)
Author:
jer.noble@apple.com
Message:

Enable HAVE_AVKIT on PLATFORM(IOSMAC)
https://bugs.webkit.org/show_bug.cgi?id=196987

Reviewed by Tim Horton.

  • wtf/Platform.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r244352 r244362  
     12019-04-16  Jer Noble  <jer.noble@apple.com>
     2
     3        Enable HAVE_AVKIT on PLATFORM(IOSMAC)
     4        https://bugs.webkit.org/show_bug.cgi?id=196987
     5
     6        Reviewed by Tim Horton.
     7
     8        * wtf/Platform.h:
     9
    1102019-04-16  Robin Morisset  <rmorisset@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r244223 r244362  
    10861086#endif
    10871087
    1088 #if !PLATFORM(APPLETV) && (!PLATFORM(IOSMAC) || __IPHONE_OS_VERSION_MIN_REQUIRED < 130000)
     1088#if !PLATFORM(APPLETV)
    10891089#define HAVE_AVKIT 1
    10901090#endif
Note: See TracChangeset for help on using the changeset viewer.