Chromium Code Reviews

Unified Diff: Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp

Issue 8038042: Merge 95124 - Address lifetime issues in OfflineAudioDestinationNode (take 2) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/WebCore/webaudio/OfflineAudioDestinationNode.cpp
===================================================================
--- Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp (revision 96042)
+++ Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp (working copy)
@@ -53,9 +53,6 @@
OfflineAudioDestinationNode::~OfflineAudioDestinationNode()
{
- if (m_renderThread)
- waitForThreadCompletion(m_renderThread, 0);
-
uninitialize();
}
@@ -148,8 +145,6 @@
}
// Our work is done. Let the AudioContext know.
- // See corresponding deref() call in notifyCompleteDispatch().
- ref();
callOnMainThread(notifyCompleteDispatch, this);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine