Comment out 'element already in map' warning for now.

This commit is contained in:
waterson%netscape.com 1999-09-19 22:42:55 +00:00
Родитель d9bde9f94b
Коммит 49cd3cea4d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -350,7 +350,7 @@ nsElementMap::Add(nsIRDFResource* aResource, nsIContent* aContent)
// this warning, it's an indication that you're
// unnecessarily notifying the frame system, and
// potentially causing unnecessary reflow.
NS_WARNING("element was already in the map");
//NS_WARNING("element was already in the map");
return NS_OK;
}
if (! head->mNext)

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

@ -350,7 +350,7 @@ nsElementMap::Add(nsIRDFResource* aResource, nsIContent* aContent)
// this warning, it's an indication that you're
// unnecessarily notifying the frame system, and
// potentially causing unnecessary reflow.
NS_WARNING("element was already in the map");
//NS_WARNING("element was already in the map");
return NS_OK;
}
if (! head->mNext)