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

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

Issue 1039193002: Oilpan: Build fix after r192665 (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/AudioBasicProcessorNode.cpp
diff --git a/Source/modules/webaudio/AudioBasicProcessorNode.cpp b/Source/modules/webaudio/AudioBasicProcessorNode.cpp
index ac9a0ffeb3ba108f8a40c07f2cb9f15f451652dc..951682162c987377375a478e78debb1022d0b35b 100644
--- a/Source/modules/webaudio/AudioBasicProcessorNode.cpp
+++ b/Source/modules/webaudio/AudioBasicProcessorNode.cpp
@@ -50,7 +50,6 @@ AudioBasicProcessorNode::~AudioBasicProcessorNode()
DEFINE_TRACE(AudioBasicProcessorNode)
{
- visitor->trace(m_processor);
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