mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fix memory churn caused by implicit nsString ctor.
This commit is contained in:
parent
cbf17f6907
commit
53247daf40
@ -420,7 +420,7 @@ protected:
|
||||
RemoveElementFromMap(nsIContent* aElement);
|
||||
|
||||
static PRIntn
|
||||
RemoveElementsFromMapByContent(const nsString& aID,
|
||||
RemoveElementsFromMapByContent(const PRUnichar* aID,
|
||||
nsIContent* aElement,
|
||||
void* aClosure);
|
||||
|
||||
|
@ -420,7 +420,7 @@ protected:
|
||||
RemoveElementFromMap(nsIContent* aElement);
|
||||
|
||||
static PRIntn
|
||||
RemoveElementsFromMapByContent(const nsString& aID,
|
||||
RemoveElementsFromMapByContent(const PRUnichar* aID,
|
||||
nsIContent* aElement,
|
||||
void* aClosure);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user