Bug 1428610 part 8. Remove unnecessary Item() method. r=emilio

MozReview-Commit-ID: 6MQXVA0toiG
This commit is contained in:
Boris Zbarsky 2018-01-30 14:48:27 -05:00
Родитель 4c01bdc27f
Коммит a5927e6ebd
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -77,9 +77,6 @@ public:
mozilla::ErrorResult& rv) = 0;
virtual void GetCssText(nsAString& aString) = 0;
virtual uint32_t Length() = 0;
void Item(uint32_t aIndex, nsString& aPropName) {
Item(aIndex, static_cast<nsAString&>(aPropName));
}
// The actual implementation of the Item method and the WebIDL indexed getter
virtual void IndexedGetter(uint32_t aIndex, bool& aFound, nsAString& aPropName) = 0;