Bug 508927 minor cleanup. In debug listing of XUL content get rid of the leading '<' so that angle brackets balance. r=bzbarsky, a=beltzner for CLOSED TREE

This commit is contained in:
Timothy Nikkel 2009-08-13 11:38:23 -04:00
Родитель f2688b110a
Коммит 826d11d5d8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1566,7 +1566,7 @@ nsXULElement::DestroyContent()
void
nsXULElement::List(FILE* out, PRInt32 aIndent) const
{
nsCString prefix("<XUL");
nsCString prefix("XUL");
if (HasSlots()) {
prefix.Append('*');
}