Changeset 295768 in webkit


Ignore:
Timestamp:
Jun 22, 2022 8:45:31 PM (2 years ago)
Author:
pvollan@apple.com
Message:

Partially revert r295530
https://bugs.webkit.org/show_bug.cgi?id=241900

Unreviewed, partially revert r295530 since the system part is not ready.

  • Source/WTF/wtf/PlatformHave.h:

Canonical link: https://commits.webkit.org/251773@main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/wtf/PlatformHave.h

    r295756 r295768  
    12661266#endif
    12671267
    1268 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000)
    1269 #define HAVE_POWERLOG_TASK_MODE_QUERY 1
    1270 #endif
    1271 
    12721268#if !PLATFORM(IOS_FAMILY)
    12731269#define HAVE_MEDIA_VOLUME_PER_ELEMENT 1
Note: See TracChangeset for help on using the changeset viewer.