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

Changeset 243619 in webkit


Ignore:
Timestamp:
Mar 28, 2019, 1:03:34 PM (7 years ago)
Author:
timothy_horton@apple.com
Message:

Un-fix the build

  • wtf/Platform.h:

It is no longer necessary to exclude this from PLATFORM(IOSMAC).

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r243544 r243619  
     12019-03-28  Tim Horton  <timothy_horton@apple.com>
     2
     3        Un-fix the build
     4
     5        * wtf/Platform.h:
     6        It is no longer necessary to exclude this from PLATFORM(IOSMAC).
     7
    182019-03-27  Per Arne Vollan  <pvollan@apple.com>
    29
  • trunk/Source/WTF/wtf/Platform.h

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