Bug 1411612: Kill nsINode::eCONTENT. r=bz
MozReview-Commit-ID: ESlOqlwhcHI
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user