Bug 1407040 - Change HTMLMediaElement QIs to FromContent calls; r=bz

MozReview-Commit-ID: JoHA0LbJnu9
This commit is contained in:
Kyle Machulis
2018-02-14 21:17:45 -08:00
parent 514649161c
commit b3a2a50103
6 changed files with 18 additions and 26 deletions

View File

@@ -7,6 +7,8 @@
#include "mozilla/dom/HTMLMediaElement.h"
#include "mozilla/dom/HTMLMediaElementBinding.h"
#include "mozilla/dom/HTMLSourceElement.h"
#include "mozilla/dom/HTMLAudioElement.h"
#include "mozilla/dom/HTMLVideoElement.h"
#include "mozilla/dom/ElementInlines.h"
#include "mozilla/dom/Promise.h"
#include "mozilla/ArrayUtils.h"