Fix broken PeerConnection Dev build.

Fix MediaStreamHandler::CommitLocalStreams refactoring error.

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/243005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@783 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
perkj@webrtc.org 2011-10-20 11:52:31 +00:00
parent c4d1983b7b
commit 2ebc9ce5a3

View File

@ -215,7 +215,8 @@ void MediaStreamHandlers::RemoveRemoteStream(MediaStreamInterface* stream) {
remote_streams_handlers_.erase(it);
}
void MediaStreamHandlers::CommitLocalStreams(StreamCollection* streams) {
void MediaStreamHandlers::CommitLocalStreams(
StreamCollectionInterface* streams) {
// Iterate the old list of local streams.
// If its not found in the new collection it have been removed.
// We can not erase from the old collection at the same time as we iterate.