Title: [285691] branches/safari-612.3.6.1-branch/Source/WebCore
- Revision
- 285691
- Author
- [email protected]
- Date
- 2021-11-11 17:09:56 -0800 (Thu, 11 Nov 2021)
Log Message
Cherry-pick r285531. rdar://problem/83381842
Fix macCatalyst build after r285509
https://bugs.webkit.org/show_bug.cgi?id=232863
Unreviewed.
* Modules/speech/cocoa/SpeechRecognizerCocoa.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285531 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612.3.6.1-branch/Source/WebCore/ChangeLog (285690 => 285691)
--- branches/safari-612.3.6.1-branch/Source/WebCore/ChangeLog 2021-11-12 01:09:52 UTC (rev 285690)
+++ branches/safari-612.3.6.1-branch/Source/WebCore/ChangeLog 2021-11-12 01:09:56 UTC (rev 285691)
@@ -1,5 +1,29 @@
2021-11-11 Alan Coon <[email protected]>
+ Cherry-pick r285531. rdar://problem/83381842
+
+ Fix macCatalyst build after r285509
+ https://bugs.webkit.org/show_bug.cgi?id=232863
+
+ Unreviewed.
+
+
+ * Modules/speech/cocoa/SpeechRecognizerCocoa.mm:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285531 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-11-09 Sihui Liu <[email protected]>
+
+ Fix macCatalyst build after r285509
+ https://bugs.webkit.org/show_bug.cgi?id=232863
+
+ Unreviewed.
+
+ * Modules/speech/cocoa/SpeechRecognizerCocoa.mm:
+
+2021-11-11 Alan Coon <[email protected]>
+
Cherry-pick r285330. rdar://problem/85004449
Nested run loops under MediaPlayerPrivateAVFoundationObjC::waitForVideoOutputMediaDataWillChange can cause hang when timeout fires
Modified: branches/safari-612.3.6.1-branch/Source/WebCore/Modules/speech/cocoa/SpeechRecognizerCocoa.mm (285690 => 285691)
--- branches/safari-612.3.6.1-branch/Source/WebCore/Modules/speech/cocoa/SpeechRecognizerCocoa.mm 2021-11-12 01:09:52 UTC (rev 285690)
+++ branches/safari-612.3.6.1-branch/Source/WebCore/Modules/speech/cocoa/SpeechRecognizerCocoa.mm 2021-11-12 01:09:56 UTC (rev 285691)
@@ -28,6 +28,7 @@
#if HAVE(SPEECHRECOGNIZER)
+#import "AudioStreamDescription.h"
#import "MediaUtilities.h"
#import "SpeechRecognitionUpdate.h"
#import "WebSpeechRecognizerTaskMock.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes