| Index: Source/core/rendering/RenderLineBoxList.h
|
| diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
|
| index 611b4d42ba86259adf63d0583d89982e31357f92..3734af3e3d01ee13de98c91114c040ca9e4ee009 100644
|
| --- a/Source/core/rendering/RenderLineBoxList.h
|
| +++ b/Source/core/rendering/RenderLineBoxList.h
|
| @@ -42,7 +42,7 @@ public:
|
| {
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| ~RenderLineBoxList();
|
| #endif
|
|
|
| @@ -79,7 +79,7 @@ private:
|
| };
|
|
|
|
|
| -#ifdef NDEBUG
|
| +#if !ENABLE(ASSERT)
|
| inline void RenderLineBoxList::checkConsistency() const
|
| {
|
| }
|
|
|