| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index 404111f1d768f8f63c147ed2ae9dffd5a8069a0c..a2eff977c44b9d034295421467284874e5985a7f 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -1792,7 +1792,7 @@ void LayoutObject::styleDidChange(StyleDifference diff, const LayoutStyle* oldSt
|
| return;
|
|
|
| if (diff.needsFullLayout()) {
|
| - LayoutCounter::rendererStyleChanged(*this, oldStyle, m_style.get());
|
| + LayoutCounter::rendererStyleChanged(*this, oldStyle, *m_style);
|
|
|
| // If the object already needs layout, then setNeedsLayout won't do
|
| // any work. But if the containing block has changed, then we may need
|
|
|