Bug 1411612: Kill nsINode::eCONTENT. r=bz

MozReview-Commit-ID: ESlOqlwhcHI
This commit is contained in:
Emilio Cobos Álvarez
2017-10-25 17:19:11 +02:00
parent 1565d9fb4a
commit cf5ec03009
33 changed files with 66 additions and 80 deletions

View File

@@ -6575,7 +6575,7 @@ void HTMLMediaElement::NotifyShutdownEvent()
bool
HTMLMediaElement::IsNodeOfType(uint32_t aFlags) const
{
return !(aFlags & ~(eCONTENT | eMEDIA));
return !(aFlags & ~eMEDIA);
}
void HTMLMediaElement::DispatchAsyncSourceError(nsIContent* aSourceElement)