Title: [258089] trunk/Source/WTF
Revision
258089
Author
[email protected]
Date
2020-03-07 16:38:07 -0800 (Sat, 07 Mar 2020)

Log Message

[iOS] Implement support for dictation alternatives
https://bugs.webkit.org/show_bug.cgi?id=208720
<rdar://problem/58540114>

Reviewed by Wenson Hsieh.

Part 5

Enable USE_DICTATION_ALTERNATIVES on iOS.

* wtf/PlatformUse.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (258088 => 258089)


--- trunk/Source/WTF/ChangeLog	2020-03-08 00:33:56 UTC (rev 258088)
+++ trunk/Source/WTF/ChangeLog	2020-03-08 00:38:07 UTC (rev 258089)
@@ -1,3 +1,17 @@
+2020-03-07  Daniel Bates  <[email protected]>
+
+        [iOS] Implement support for dictation alternatives
+        https://bugs.webkit.org/show_bug.cgi?id=208720
+        <rdar://problem/58540114>
+
+        Reviewed by Wenson Hsieh.
+
+        Part 5
+
+        Enable USE_DICTATION_ALTERNATIVES on iOS.
+
+        * wtf/PlatformUse.h:
+
 2020-03-05  Sam Weinig  <[email protected]>
 
         Move _javascript_Core related feature defines from FeatureDefines.xcconfig to PlatformEnableCocoa.h

Modified: trunk/Source/WTF/wtf/PlatformUse.h (258088 => 258089)


--- trunk/Source/WTF/wtf/PlatformUse.h	2020-03-08 00:33:56 UTC (rev 258088)
+++ trunk/Source/WTF/wtf/PlatformUse.h	2020-03-08 00:38:07 UTC (rev 258089)
@@ -271,9 +271,6 @@
 
 #if PLATFORM(COCOA)
 #define USE_MEDIAREMOTE 1
-#endif
-
-#if PLATFORM(MAC)
 #define USE_DICTATION_ALTERNATIVES 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to