File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -499,10 +499,10 @@ class PLDHashTable {
499
499
// Measure the size of the table's entry storage. If the entries contain
500
500
// pointers to other heap blocks, you have to iterate over the table and
501
501
// measure those separately; hence the "Shallow" prefix.
502
- size_t ShallowSizeOfIncludingThis (mozilla::MallocSizeOf aMallocSizeOf) const ;
502
+ size_t ShallowSizeOfExcludingThis (mozilla::MallocSizeOf aMallocSizeOf) const ;
503
503
504
504
// Like ShallowSizeOfExcludingThis(), but includes sizeof(*this).
505
- size_t ShallowSizeOfExcludingThis (mozilla::MallocSizeOf aMallocSizeOf) const ;
505
+ size_t ShallowSizeOfIncludingThis (mozilla::MallocSizeOf aMallocSizeOf) const ;
506
506
507
507
// Mark a table as immutable for the remainder of its lifetime. This
508
508
// changes the implementation from asserting one set of invariants to
You can’t perform that action at this time.
0 commit comments