| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index 0c52aa6e5f1d822103eea4fb6363319230a3ab33..bae910552a44a0cc4a900f256f6a94344db5f201 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -61,7 +61,7 @@ RenderInline* RenderInline::createAnonymous(Document* document)
|
|
|
| void RenderInline::willBeDestroyed()
|
| {
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
| // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
|
| if (parent() && style()->visibility() == VISIBLE && hasOutline()) {
|
| bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
|
|
|