Index: Source/core/svg/SVGGeometryElement.cpp |
diff --git a/Source/core/svg/SVGGeometryElement.cpp b/Source/core/svg/SVGGeometryElement.cpp |
index 6fd2971a701dbb975fb4f2661747a5aeec39b40c..29a072219a89e348fd248e9d5695aea34b3e46c0 100644 |
--- a/Source/core/svg/SVGGeometryElement.cpp |
+++ b/Source/core/svg/SVGGeometryElement.cpp |
@@ -73,7 +73,7 @@ bool SVGGeometryElement::isPointInStroke(PassRefPtrWillBeRawPtr<SVGPointTearOff> |
return toLayoutSVGShape(layoutObject())->nodeAtFloatPointInternal(request, point->target()->value(), hitRules); |
} |
-void SVGGeometryElement::toClipPath(Path& path) |
+void SVGGeometryElement::toClipPath(Path& path) const |
{ |
path = asPath(); |
path.transform(calculateAnimatedLocalTransform()); |