Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot
MozReview-Commit-ID: E8P9o0bv63L
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user