Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6053)

Unified Diff: Source/modules/webaudio/AudioNode.cpp

Issue 1051893002: Oilpan: fix build after r192943. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioNode.cpp
diff --git a/Source/modules/webaudio/AudioNode.cpp b/Source/modules/webaudio/AudioNode.cpp
index 4480c84c7f28d42c587cbc5222ea2b9edbcd3784..f956a19b81bd75a8e4493b2a84be7515989398b4 100644
--- a/Source/modules/webaudio/AudioNode.cpp
+++ b/Source/modules/webaudio/AudioNode.cpp
@@ -839,7 +839,6 @@ DEFINE_TRACE(AudioNode)
visitor->trace(input->renderingOutput(i)->node());
}
}
- visitor->trace(m_outputs);
visitor->trace(m_connectedNodes);
visitor->trace(m_connectedParams);
RefCountedGarbageCollectedEventTargetWithInlineData<AudioNode>::trace(visitor);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698