Title: [295768] trunk/Source/WTF/wtf/PlatformHave.h
Revision
295768
Author
pvol...@apple.com
Date
2022-06-22 20:45:31 -0700 (Wed, 22 Jun 2022)

Log 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

Modified Paths

Diff

Modified: trunk/Source/WTF/wtf/PlatformHave.h (295767 => 295768)


--- trunk/Source/WTF/wtf/PlatformHave.h	2022-06-23 03:22:03 UTC (rev 295767)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2022-06-23 03:45:31 UTC (rev 295768)
@@ -1265,10 +1265,6 @@
 #define HAVE_APPLE_PUSH_SERVICE_URL_TOKEN_SUPPORT 1
 #endif
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000)
-#define HAVE_POWERLOG_TASK_MODE_QUERY 1
-#endif
-
 #if !PLATFORM(IOS_FAMILY)
 #define HAVE_MEDIA_VOLUME_PER_ELEMENT 1
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to