Bug 947578 - Expose Contains on nsBaseHashtable. r=froydnj

This commit is contained in:
Cameron McCormack 2013-12-08 11:08:58 +11:00
parent 87b0c50a12
commit 1e7916058d

View File

@ -58,6 +58,8 @@ public:
typedef typename KeyClass::KeyType KeyType;
typedef nsBaseHashtableET<KeyClass,DataType> EntryType;
using nsTHashtable<EntryType>::Contains;
nsBaseHashtable()
{
}