зеркало из https://github.com/mozilla/gecko-dev.git
bug 737863 - nsBaseHashtable::SizeOfExcludingThis should be declared const. r=njn
This commit is contained in:
Родитель
65d37d97ce
Коммит
1324886d80
|
@ -272,7 +272,7 @@ public:
|
|||
* @return the summed size of all the entries
|
||||
*/
|
||||
size_t SizeOfExcludingThis(SizeOfEntryExcludingThisFun sizeOfEntryExcludingThis,
|
||||
nsMallocSizeOfFun mallocSizeOf, void *userArg = nsnull)
|
||||
nsMallocSizeOfFun mallocSizeOf, void *userArg = nsnull) const
|
||||
{
|
||||
if (!IsInitialized()) {
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче