Bug 1003604 - Make nsNSSShutDownObject::isAlreadyShutDown() const. r=dkeeler

This commit is contained in:
Richard Barnes 2014-04-29 17:45:00 +02:00
parent d8bc0b81f5
commit 39fa6a3803

View File

@ -271,7 +271,7 @@ public:
}
}
bool isAlreadyShutDown() { return mAlreadyShutDown; }
bool isAlreadyShutDown() const { return mAlreadyShutDown; }
protected:
virtual void virtualDestroyNSSReference() = 0;