| Index: Source/core/rendering/svg/RenderSVGBlock.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGBlock.cpp b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| index 2d3e362974f413ddac5038a28c3d030b4c3403c4..04c8c5c2285dc4a9616028145807648038dcf869 100644
|
| --- a/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGBlock.cpp
|
| @@ -89,7 +89,7 @@ void RenderSVGBlock::styleDidChange(StyleDifference diff, const LayoutStyle* old
|
| }
|
|
|
| RenderBlock::styleDidChange(diff, oldStyle);
|
| - SVGResourcesCache::clientStyleChanged(this, diff, style());
|
| + SVGResourcesCache::clientStyleChanged(this, diff, styleRef());
|
| }
|
|
|
| void RenderSVGBlock::mapLocalToContainer(const LayoutLayerModelObject* paintInvalidationContainer, TransformState& transformState, MapCoordinatesFlags, bool* wasFixed, const PaintInvalidationState* paintInvalidationState) const
|
|
|