зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f2688b110a
Коммит
826d11d5d8
|
@ -1566,7 +1566,7 @@ nsXULElement::DestroyContent()
|
|||
void
|
||||
nsXULElement::List(FILE* out, PRInt32 aIndent) const
|
||||
{
|
||||
nsCString prefix("<XUL");
|
||||
nsCString prefix("XUL");
|
||||
if (HasSlots()) {
|
||||
prefix.Append('*');
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче