DescriptionAudioContext::removeAutomaticPullNode() should be called in AudioNode::dispose()
Currently, in oilpan builds, removeAutomaticPullNode() is called in AudioNode::dispose().
In non-oilpan builds, removeAutomaticPullNode() is called in AudioContext::markForDeletion().
We don't want to have different call paths between oilpan builds and non-oilpan builds.
Given that removeAutomaticPullNode() should be called when the AudioNode is destructed
(but before the associated AudioContext is gone), removeAutomaticPullNode() should always
be called in AudioNode::dispose().
BUG=340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180232
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|