Bug 1336400 - part2 : remove MozAutoplayEnabled attribute from HTMLMediaElement. r=smaug

MozReview-Commit-ID: FK5F2zkXRjT
This commit is contained in:
Alastor Wu
2017-11-13 18:42:47 +08:00
parent 42f8f6165e
commit 306a5abaab
4 changed files with 0 additions and 14 deletions

View File

@@ -1683,13 +1683,6 @@ HTMLMediaElement::SetSrcObject(DOMMediaStream* aValue)
DoLoad();
}
NS_IMETHODIMP HTMLMediaElement::GetMozAutoplayEnabled(bool *aAutoplayEnabled)
{
*aAutoplayEnabled = mAutoplayEnabled;
return NS_OK;
}
bool
HTMLMediaElement::Ended()
{