DescriptionMediaElementAudioSourceNode::dispose() should call HTMLMediaElement::setAudioSourceNode(0) in oilpan builds
Currently HTMLMediaElement::setAudioSourceNode(0) is called only in non-oilpan builds.
However, there is no reason why oilpan builds cannot call HTMLMediaElement::setAudioSourceNode(0).
It's better to call it both in oilpan builds and non-oilpan builds and reduce #if branches.
BUG=340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179939
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 11 (0 generated)
|