Bug 1407040 - Remove C++ usage of nsIDOMHTMLMediaElement; r=bz
MozReview-Commit-ID: 6MGS4UqKwrU
This commit is contained in:
@@ -69,7 +69,7 @@ HTMLAudioElement::Audio(const GlobalObject& aGlobal,
|
||||
}
|
||||
|
||||
if (aSrc.WasPassed()) {
|
||||
aRv = audio->SetSrc(aSrc.Value());
|
||||
audio->SetSrc(aSrc.Value(), aRv);
|
||||
}
|
||||
|
||||
return audio.forget();
|
||||
|
||||
Reference in New Issue
Block a user