Bug 1454238: Remove nsINode::eMEDIA. r=bz

MozReview-Commit-ID: LPutL6PlrgG
This commit is contained in:
Emilio Cobos Álvarez
2018-04-15 12:29:46 +02:00
parent 2dbe99a0b4
commit a22d605d3a
5 changed files with 5 additions and 14 deletions

View File

@@ -6532,12 +6532,6 @@ void HTMLMediaElement::NotifyShutdownEvent()
AddRemoveSelfReference();
}
bool
HTMLMediaElement::IsNodeOfType(uint32_t aFlags) const
{
return !(aFlags & ~eMEDIA);
}
void HTMLMediaElement::DispatchAsyncSourceError(nsIContent* aSourceElement)
{
LOG_EVENT(LogLevel::Debug, ("%p Queuing simple source error event", this));