⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285691 in webkit


Ignore:
Timestamp:
Nov 11, 2021, 5:09:56 PM (5 years ago)
Author:
Alan Coon
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

Location:
branches/safari-612.3.6.1-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.3.6.1-branch/Source/WebCore/ChangeLog

    r285680 r285691  
     12021-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
    1252021-11-11  Alan Coon  <alancoon@apple.com>
    226
  • branches/safari-612.3.6.1-branch/Source/WebCore/Modules/speech/cocoa/SpeechRecognizerCocoa.mm

    r272337 r285691  
    2929#if HAVE(SPEECHRECOGNIZER)
    3030
     31#import "AudioStreamDescription.h"
    3132#import "MediaUtilities.h"
    3233#import "SpeechRecognitionUpdate.h"
Note: See TracChangeset for help on using the changeset viewer.