Changeset 285691 in webkit
- Timestamp:
- Nov 11, 2021, 5:09:56 PM (5 years ago)
- Location:
- branches/safari-612.3.6.1-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Modules/speech/cocoa/SpeechRecognizerCocoa.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.3.6.1-branch/Source/WebCore/ChangeLog
r285680 r285691 1 2021-11-11 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r285531. rdar://problem/83381842 4 5 Fix macCatalyst build after r285509 6 https://bugs.webkit.org/show_bug.cgi?id=232863 7 8 Unreviewed. 9 10 11 * Modules/speech/cocoa/SpeechRecognizerCocoa.mm: 12 13 14 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285531 268f45cc-cd09-0410-ab3c-d52691b4dbfc 15 16 2021-11-09 Sihui Liu <sihui_liu@apple.com> 17 18 Fix macCatalyst build after r285509 19 https://bugs.webkit.org/show_bug.cgi?id=232863 20 21 Unreviewed. 22 23 * Modules/speech/cocoa/SpeechRecognizerCocoa.mm: 24 1 25 2021-11-11 Alan Coon <alancoon@apple.com> 2 26 -
branches/safari-612.3.6.1-branch/Source/WebCore/Modules/speech/cocoa/SpeechRecognizerCocoa.mm
r272337 r285691 29 29 #if HAVE(SPEECHRECOGNIZER) 30 30 31 #import "AudioStreamDescription.h" 31 32 #import "MediaUtilities.h" 32 33 #import "SpeechRecognitionUpdate.h"
Note:
See TracChangeset
for help on using the changeset viewer.