| Index: Source/core/rendering/RenderBlockFlow.cpp
|
| diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp
|
| index e928a5e16d662934d475c88ff8f2ac73ebf817c1..26fb62dc091e508c288f45ec45d12cc720de9121 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.cpp
|
| +++ b/Source/core/rendering/RenderBlockFlow.cpp
|
| @@ -2304,7 +2304,7 @@ void RenderBlockFlow::removeFloatingObject(RenderBox* floatBox)
|
| ASSERT(floatingObject->originatingLine()->renderer() == this);
|
| floatingObject->originatingLine()->markDirty();
|
| }
|
| -#if ASSERT_ENABLED
|
| +#if ENABLE(ASSERT)
|
| floatingObject->setOriginatingLine(0);
|
| #endif
|
| }
|
|
|