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

@@ -35,9 +35,6 @@ public:
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
// nsIDOMHTMLCollection interface
NS_DECL_NSIDOMHTMLCOLLECTION
virtual uint32_t Length() override;
virtual Element* GetElementAt(uint32_t index) override;
virtual nsINode* GetParentObject() override;