Bug 1336400 - part2 : remove MozAutoplayEnabled attribute from HTMLMediaElement. r=smaug
MozReview-Commit-ID: FK5F2zkXRjT
This commit is contained in:
@@ -1683,13 +1683,6 @@ HTMLMediaElement::SetSrcObject(DOMMediaStream* aValue)
|
||||
DoLoad();
|
||||
}
|
||||
|
||||
NS_IMETHODIMP HTMLMediaElement::GetMozAutoplayEnabled(bool *aAutoplayEnabled)
|
||||
{
|
||||
*aAutoplayEnabled = mAutoplayEnabled;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLMediaElement::Ended()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user