mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 976247 - Remove a useless static keyword from mozilla::detail::DEAD; r=froydnj
This commit is contained in:
parent
0db909c03c
commit
677b8c872c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user