mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 737863 - nsBaseHashtable::SizeOfExcludingThis should be declared const. r=njn
This commit is contained in:
parent
92e1e95d71
commit
eeb9fe61aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user