| Index: Source/core/rendering/style/RenderStyle.cpp
|
| diff --git a/Source/core/rendering/style/RenderStyle.cpp b/Source/core/rendering/style/RenderStyle.cpp
|
| index 97f88823e1d0ee028956f5c4e7f7d57c98092886..9c0e75fbc627cc81a70676931b333b15a9453214 100644
|
| --- a/Source/core/rendering/style/RenderStyle.cpp
|
| +++ b/Source/core/rendering/style/RenderStyle.cpp
|
| @@ -546,7 +546,7 @@ bool RenderStyle::diffNeedsFullLayoutAndRepaint(const RenderStyle& other) const
|
| return true;
|
| }
|
|
|
| - if (visual->m_textAutosizingMultiplier != other.visual->m_textAutosizingMultiplier)
|
| + if (inherited->textAutosizingMultiplier != other.inherited->textAutosizingMultiplier)
|
| return true;
|
|
|
| if (inherited.get() != other.inherited.get()) {
|
|
|