Bug 987285 - 'Let nsBaseHashtable and subclasses call MarkImmutable'. r=bsmedberg.

This commit is contained in:
Ben Turner 2014-03-27 11:09:53 -04:00
Родитель ef29ec55ba
Коммит 5e4435640e
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -271,6 +271,10 @@ public:
mallocSizeOf);
}
#ifdef DEBUG
using nsTHashtable<EntryType>::MarkImmutable;
#endif
protected:
/**
* used internally during EnumerateRead. Allocated on the stack.