Changeset 216034 in webkit
- Timestamp:
- May 1, 2017, 3:03:15 PM (8 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r216029 r216034 1 2017-05-01 Jer Noble <jer.noble@apple.com> 2 3 Unreviewed build fix after r216033. 4 5 * platform/mediastream/mac/CoreAudioCaptureSource.cpp: 6 (WebCore::CoreAudioCaptureSource::create): 7 1 8 2017-05-01 Jer Noble <jer.noble@apple.com> 2 9 -
trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureSource.cpp
r216029 r216034 73 73 auto device = AVAudioSessionCaptureDeviceManager::singleton().audioSessionDeviceWithUID(deviceID); 74 74 if (!device) 75 return nullptr;75 return { }; 76 76 77 77 label = device->label();
Note:
See TracChangeset
for help on using the changeset viewer.