Bug 1300459 - Pass MediaInfo by const-ref to SetMediaInfo - r=jya
MozReview-Commit-ID: 5KvCBHmI1JC
This commit is contained in:
@@ -6541,7 +6541,7 @@ HTMLMediaElement::ShouldElementBePaused()
|
||||
}
|
||||
|
||||
void
|
||||
HTMLMediaElement::SetMediaInfo(const MediaInfo aInfo)
|
||||
HTMLMediaElement::SetMediaInfo(const MediaInfo& aInfo)
|
||||
{
|
||||
mMediaInfo = aInfo;
|
||||
AudioCaptureStreamChangeIfNeeded();
|
||||
|
||||
Reference in New Issue
Block a user