зеркало из https://github.com/mozilla/gecko-dev.git
Fix memory churn caused by implicit nsString ctor.
This commit is contained in:
Родитель
cbf17f6907
Коммит
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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче