| Index: Source/core/dom/TreeShared.h
|
| diff --git a/Source/core/dom/TreeShared.h b/Source/core/dom/TreeShared.h
|
| index 8637dc631d0a927ec5afc6dffc3d473f41ed666f..d15eed69036467d15abee10d774f977b2b28750b 100644
|
| --- a/Source/core/dom/TreeShared.h
|
| +++ b/Source/core/dom/TreeShared.h
|
| @@ -39,7 +39,7 @@ protected:
|
| : m_refCount(1)
|
| #if SECURITY_ASSERT_ENABLED
|
| , m_deletionHasBegun(false)
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
| , m_inRemovedLastRefFunction(false)
|
| , m_adoptionIsRequired(true)
|
| #endif
|
| @@ -93,7 +93,7 @@ private:
|
| #if SECURITY_ASSERT_ENABLED
|
| public:
|
| bool m_deletionHasBegun;
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
| bool m_inRemovedLastRefFunction;
|
|
|
| private:
|
|
|