зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1165786 - Remove PLDHashTable::SetOps(). r=froydnj.
--HG-- extra : rebase_source : 489edddf7e2c4669cb74555d60b851aed6e35d78
This commit is contained in:
Родитель
11569cbb78
Коммит
fe7dc5bdde
|
@ -235,9 +235,8 @@ public:
|
|||
|
||||
bool IsInitialized() const { return !!mOps; }
|
||||
|
||||
// These should be used rarely.
|
||||
// This should be used rarely.
|
||||
const PLDHashTableOps* const Ops() { return mOps; }
|
||||
void SetOps(const PLDHashTableOps* aOps) { mOps = aOps; }
|
||||
|
||||
/*
|
||||
* Size in entries (gross, not net of free and removed sentinels) for table.
|
||||
|
|
Загрузка…
Ссылка в новой задаче