In cycle collector dumps, allow much more room for document URLs. (Bug 652056) r=peterv

This commit is contained in:
L. David Baron 2011-05-09 15:02:34 -04:00
Родитель 2bf1b77bb5
Коммит 957aeced4b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1808,7 +1808,7 @@ static const char* kNSURIs[] = {
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INTERNAL(nsDocument)
if (NS_UNLIKELY(cb.WantDebugInfo())) {
char name[72];
char name[512];
PRUint32 nsid = tmp->GetDefaultNamespaceID();
nsCAutoString uri;
if (tmp->mDocumentURI)