Bug 1326494 - Remove an outdated reference to nsISupportsArray in libeditor. r=erahm DONTBUILD a=tomcat

--HG--
extra : amend_source : 30dd120499f06d2b3394645a5fc2e0c3dd054fce
This commit is contained in:
aceman 2017-03-01 16:17:00 +01:00
Родитель cf269a43bd
Коммит 9bbb2bd7c7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5052,7 +5052,7 @@ HTMLEditRules::CheckForInvisibleBR(Element& aBlock,
/** /**
* aLists and aTables allow the caller to specify what kind of content to * aLists and aTables allow the caller to specify what kind of content to
* "look inside". If aTables is Tables::yes, look inside any table content, * "look inside". If aTables is Tables::yes, look inside any table content,
* and insert the inner content into the supplied issupportsarray at offset * and insert the inner content into the supplied nsTArray at offset
* aIndex. Similarly with aLists and list content. aIndex is updated to * aIndex. Similarly with aLists and list content. aIndex is updated to
* point past inserted elements. * point past inserted elements.
*/ */