Bug 979716: Bustage fix rs=ryanvm on a CLOSED TREE

This commit is contained in:
Randell Jesup 2014-07-08 16:05:39 -04:00
parent cf095091a1
commit 4f8e8f46c7

View File

@ -589,7 +589,7 @@ MediaEngineWebRTCAudioSource::Process(int channel,
// Note: due to evil magic, the nsAutoPtr<AudioSegment>'s ownership transfers to
// the Runnable (AutoPtr<> = AutoPtr<>)
RUN_ON_THREAD(mThread, WrapRunnable(mSources[i], &SourceMediaStream::AppendToTrack,
mTrackID, segment, nullptr),
mTrackID, segment, (AudioSegment *) nullptr),
NS_DISPATCH_NORMAL);
}
}