Index: Source/modules/webaudio/AudioContext.cpp |
diff --git a/Source/modules/webaudio/AudioContext.cpp b/Source/modules/webaudio/AudioContext.cpp |
index c721e486924d8e8ce1137bc57401ea1ffd045cc3..97000f90732cf11288681764525a967a206dc9d7 100644 |
--- a/Source/modules/webaudio/AudioContext.cpp |
+++ b/Source/modules/webaudio/AudioContext.cpp |
@@ -803,12 +803,6 @@ void AudioContext::markForDeletion(AudioNode* node) |
m_nodesToDelete.append(node); |
else |
m_nodesMarkedForDeletion.append(node); |
- |
- // This is probably the best time for us to remove the node from automatic pull list, |
- // since all connections are gone and we hold the graph lock. Then when handlePostRenderTasks() |
- // gets a chance to schedule the deletion work, updateAutomaticPullNodes() also gets a chance to |
- // modify m_renderingAutomaticPullNodes. |
- removeAutomaticPullNode(node); |
} |
void AudioContext::scheduleNodeDeletion() |