Bug 1445104 - Remove HTMLMediaElement::{mStatsShowing,mMediaSecurityVerified} as they're unused. r=jya

MozReview-Commit-ID: LtKw4Hj3M0G
This commit is contained in:
Chris Pearce
2018-03-13 13:33:42 +13:00
parent dc786266e3
commit cf783c6abe
2 changed files with 0 additions and 10 deletions

View File

@@ -4875,9 +4875,6 @@ HTMLMediaElement::FinishDecoderSetup(MediaDecoder* aDecoder)
{
ChangeNetworkState(NETWORK_LOADING);
// Force a same-origin check before allowing events for this media resource.
mMediaSecurityVerified = false;
// Set mDecoder now so if methods like GetCurrentSrc get called between
// here and Load(), they work.
SetDecoder(aDecoder);