Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot

MozReview-Commit-ID: E8P9o0bv63L
This commit is contained in:
Boris Zbarsky
2017-11-13 10:41:33 -05:00
parent eeca201f3f
commit 035ea3c391
22 changed files with 10 additions and 60 deletions

View File

@@ -7,7 +7,7 @@
#ifndef nsIHTMLCollection_h___
#define nsIHTMLCollection_h___
#include "nsIDOMHTMLCollection.h"
#include "nsISupports.h"
#include "nsStringFwd.h"
#include "nsTArrayForwardDeclare.h"
#include "nsWrapperCache.h"
@@ -30,7 +30,7 @@ class Element;
/**
* An internal interface
*/
class nsIHTMLCollection : public nsIDOMHTMLCollection
class nsIHTMLCollection : public nsISupports
{
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IHTMLCOLLECTION_IID)