Bug 171572

Summary: Typo in AVAudioSessionCaptureDeviceManager.mm
Product: WebKit Reporter: Andrew Gold <agold>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: agold, commit-queue, eric.carlson, jer.noble, jonlee, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch. none

Description Andrew Gold 2017-05-02 14:36:45 PDT
We attempt to call +[AVAudioSession sharedSession], but the actual method is called +[AVAudioSession sharedInstance].
Comment 1 Radar WebKit Bug Importer 2017-05-02 14:37:56 PDT
<rdar://problem/31947480>
Comment 2 Andrew Gold 2017-05-02 14:55:57 PDT
Created attachment 308854 [details]
Proposed patch.
Comment 3 WebKit Commit Bot 2017-05-02 17:11:14 PDT
Comment on attachment 308854 [details]
Proposed patch.

Clearing flags on attachment: 308854

Committed r216107: <http://trac.webkit.org/changeset/216107>
Comment 4 WebKit Commit Bot 2017-05-02 17:11:15 PDT
All reviewed patches have been landed.  Closing bug.