| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index fd1f92102d7a99f84ec285ad64818626429aa076..a23bfbb8af6da719c0329019d101c1b0f6ab86d1 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -343,7 +343,7 @@ void RenderBlock::styleDidChange(StyleDifference diff, const RenderStyle* oldSty
|
| textAutosizer->record(this);
|
|
|
| propagateStyleToAnonymousChildren(true);
|
| - invalidateLineHeight();
|
| + m_lineHeight = -1;
|
|
|
| // It's possible for our border/padding to change, but for the overall logical width of the block to
|
| // end up being the same. We keep track of this change so in layoutBlock, we can know to set relayoutChildren=true.
|
|
|