MediaElementAudioSourceNode::dispose() should call...
MediaElementAudioSourceNode::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 Review URL: https://codereview.chromium.org/456273002 git-svn-id: svn://svn.chromium.org/blink/trunk@179939 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment