mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 13:09:14 +00:00
Comment out 'element already in map' warning for now.
This commit is contained in:
parent
d9bde9f94b
commit
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user