-
haraken@chromium.org authored
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 Review URL: https://codereview.chromium.org/468473002 git-svn-id: svn://svn.chromium.org/blink/trunk@180232 bbb929c8-8fbe-4397-9dbb-9b2b20218538
8886de05