Title: [231623] trunk/Source/WebKit
Revision
231623
Author
[email protected]
Date
2018-05-09 18:10:56 -0700 (Wed, 09 May 2018)

Log Message

Remove the unused HAVE_OS_ACTIVITY
https://bugs.webkit.org/show_bug.cgi?id=185501

Reviewed by Wenson Hsieh.

* config.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231622 => 231623)


--- trunk/Source/WebKit/ChangeLog	2018-05-10 00:33:37 UTC (rev 231622)
+++ trunk/Source/WebKit/ChangeLog	2018-05-10 01:10:56 UTC (rev 231623)
@@ -1,3 +1,12 @@
+2018-05-09  Tim Horton  <[email protected]>
+
+        Remove the unused HAVE_OS_ACTIVITY
+        https://bugs.webkit.org/show_bug.cgi?id=185501
+
+        Reviewed by Wenson Hsieh.
+
+        * config.h:
+
 2018-05-09  Chris Dumez  <[email protected]>
 
         Add initial support for 'Cross-Origin-Options' HTTP response header

Modified: trunk/Source/WebKit/config.h (231622 => 231623)


--- trunk/Source/WebKit/config.h	2018-05-10 00:33:37 UTC (rev 231622)
+++ trunk/Source/WebKit/config.h	2018-05-10 01:10:56 UTC (rev 231623)
@@ -89,12 +89,6 @@
 #endif
 #endif
 
-#ifndef HAVE_OS_ACTIVITY
-#if PLATFORM(IOS) || PLATFORM(MAC)
-#define HAVE_OS_ACTIVITY 1
-#endif
-#endif
-
 #ifndef ENABLE_NETWORK_CAPTURE
 #if PLATFORM(COCOA)
 #define ENABLE_NETWORK_CAPTURE 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to