Index: Source/core/paint/SVGShapePainter.cpp |
diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp |
index afcb033f27ea2048a842d4f08c84fc24e90bd9d3..06e812d93e1f899478881cfbddac2540392eae33 100644 |
--- a/Source/core/paint/SVGShapePainter.cpp |
+++ b/Source/core/paint/SVGShapePainter.cpp |
@@ -152,7 +152,7 @@ void SVGShapePainter::paintMarkers(const PaintInfo& paintInfo) |
if (!markerPositions || markerPositions->isEmpty()) |
return; |
- SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(&m_renderSVGShape); |
+ SVGResources* resources = SVGResourcesCache::cachedResourcesForLayoutObject(&m_renderSVGShape); |
if (!resources) |
return; |