⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243382 in webkit


Ignore:
Timestamp:
Mar 22, 2019, 9:42:07 AM (7 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build after r243354

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r243370 r243382  
     12019-03-22  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the build after r243354
     4
     5        * wtf/Platform.h:
     6
    172019-03-22  Tim Horton  <timothy_horton@apple.com>
    28
  • trunk/Source/WTF/wtf/Platform.h

    r243370 r243382  
    15191519#endif
    15201520
    1521 #if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
     1521#if PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && !PLATFORM(IOSMAC)
    15221522#define HAVE_UI_WK_DOCUMENT_CONTEXT 1
    15231523#endif
Note: See TracChangeset for help on using the changeset viewer.