| Index: Source/core/rendering/RenderLineBoxList.cpp
|
| diff --git a/Source/core/rendering/RenderLineBoxList.cpp b/Source/core/rendering/RenderLineBoxList.cpp
|
| index 982e64ec664eab496afc585ddbc758f08a6a3a40..68aa1ec257cacb7f2e45bc6e60ac8bfa3030c891 100644
|
| --- a/Source/core/rendering/RenderLineBoxList.cpp
|
| +++ b/Source/core/rendering/RenderLineBoxList.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| RenderLineBoxList::~RenderLineBoxList()
|
| {
|
| ASSERT(!m_firstLineBox);
|
| @@ -356,7 +356,7 @@ void RenderLineBoxList::dirtyLinesFromChangedChild(RenderObject* container, Rend
|
| }
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
|
|
| void RenderLineBoxList::checkConsistency() const
|
| {
|
|
|