Fix memory churn caused by implicit nsString ctor.

This commit is contained in:
waterson%netscape.com 2000-04-27 06:44:13 +00:00
parent cbf17f6907
commit 53247daf40
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ protected:
RemoveElementFromMap(nsIContent* aElement);
static PRIntn
RemoveElementsFromMapByContent(const nsString& aID,
RemoveElementsFromMapByContent(const PRUnichar* aID,
nsIContent* aElement,
void* aClosure);

View File

@ -420,7 +420,7 @@ protected:
RemoveElementFromMap(nsIContent* aElement);
static PRIntn
RemoveElementsFromMapByContent(const nsString& aID,
RemoveElementsFromMapByContent(const PRUnichar* aID,
nsIContent* aElement,
void* aClosure);