Bug 976247 - Remove a useless static keyword from mozilla::detail::DEAD; r=froydnj

This commit is contained in:
Ehsan Akhgari 2014-02-24 21:08:51 -05:00
parent 0db909c03c
commit 677b8c872c

View File

@ -50,7 +50,7 @@ template<typename T> OutParamRef<T> byRef(RefPtr<T>&);
*/
namespace detail {
#ifdef DEBUG
static const MozRefCountType DEAD = 0xffffdead;
const MozRefCountType DEAD = 0xffffdead;
#endif
// This is used WeakPtr.h as well as this file.