зеркало из https://github.com/mozilla/gecko-dev.git
Comment out 'element already in map' warning for now.
This commit is contained in:
Родитель
d9bde9f94b
Коммит
49cd3cea4d
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче