DescriptionRemove redundant null check for AudioBus
In HTMLMediaElement::AudioSourceProviderImpl::provideInput there is an
assert as well as null check for AudioBus. At the call site
MediaElementAudioSourceHandler::process() AudioBus is directly used
without any validation. So it is enough to keep the assert and remove
the null check for AudioBus.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199899
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|