Bug 1412414 - Remove nsIDOMHTMLSourceElement; r=bz

MozReview-Commit-ID: 3ZK1GremntX
This commit is contained in:
Kyle Machulis
2017-10-27 15:00:42 -07:00
parent 03d50f42dd
commit 7d80c15fab
8 changed files with 5 additions and 56 deletions

View File

@@ -8,7 +8,6 @@
#define mozilla_dom_HTMLSourceElement_h
#include "mozilla/Attributes.h"
#include "nsIDOMHTMLSourceElement.h"
#include "nsGenericHTMLElement.h"
#include "mozilla/dom/HTMLMediaElement.h"
@@ -19,8 +18,7 @@ namespace dom {
class MediaList;
class HTMLSourceElement final : public nsGenericHTMLElement,
public nsIDOMHTMLSourceElement
class HTMLSourceElement final : public nsGenericHTMLElement
{
public:
explicit HTMLSourceElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
@@ -32,9 +30,6 @@ public:
NS_IMPL_FROMCONTENT_HTML_WITH_TAG(HTMLSourceElement, source)
// nsIDOMHTMLSourceElement
NS_DECL_NSIDOMHTMLSOURCEELEMENT
virtual nsresult Clone(mozilla::dom::NodeInfo* aNodeInfo, nsINode** aResult,
bool aPreallocateChildren) const override;