зеркало из https://github.com/mozilla/gecko-dev.git
Add debugging code for random assertion bug 563980.
This commit is contained in:
Родитель
a31eb69d34
Коммит
ec051003f8
|
@ -2075,6 +2075,12 @@ nsGenericElement::~nsGenericElement()
|
|||
{
|
||||
NS_PRECONDITION(!IsInDoc(),
|
||||
"Please remove this from the document properly");
|
||||
#ifdef DEBUG
|
||||
if (IsInDoc()) {
|
||||
printf("The element still in the document is:\n");
|
||||
List(stdout, 2, nsCString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче