Title: [234189] trunk/Source/WTF
Revision
234189
Author
timothy_hor...@apple.com
Date
2018-07-24 22:16:56 -0700 (Tue, 24 Jul 2018)

Log Message

HAVE(PARENTAL_CONTROLS) should be true on watchOS
https://bugs.webkit.org/show_bug.cgi?id=187985
<rdar://problem/42559346>

Reviewed by Andy Estes.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (234188 => 234189)


--- trunk/Source/WTF/ChangeLog	2018-07-25 04:47:39 UTC (rev 234188)
+++ trunk/Source/WTF/ChangeLog	2018-07-25 05:16:56 UTC (rev 234189)
@@ -1,3 +1,13 @@
+2018-07-24  Tim Horton  <timothy_hor...@apple.com>
+
+        HAVE(PARENTAL_CONTROLS) should be true on watchOS
+        https://bugs.webkit.org/show_bug.cgi?id=187985
+        <rdar://problem/42559346>
+
+        Reviewed by Andy Estes.
+
+        * wtf/Platform.h:
+
 2018-07-24  Daniel Bates  <daba...@apple.com>
 
         Move-constructing NeverDestroyed should move construct underlying object instead of copy constructing it

Modified: trunk/Source/WTF/wtf/Platform.h (234188 => 234189)


--- trunk/Source/WTF/wtf/Platform.h	2018-07-25 04:47:39 UTC (rev 234188)
+++ trunk/Source/WTF/wtf/Platform.h	2018-07-25 05:16:56 UTC (rev 234189)
@@ -1044,6 +1044,9 @@
 
 #if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
 #define ENABLE_DATA_DETECTION 1
+#endif
+
+#if !PLATFORM(APPLETV) && !PLATFORM(IOSMAC)
 #define HAVE_PARENTAL_CONTROLS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to