Index: Source/core/paint/SVGShapePainter.cpp |
diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp |
index 93f9a32b4540431704e191cf7438387f6e57068c..d74f401d7631fb5ad19ada117388049fa999b2f5 100644 |
--- a/Source/core/paint/SVGShapePainter.cpp |
+++ b/Source/core/paint/SVGShapePainter.cpp |
@@ -170,7 +170,6 @@ void SVGShapePainter::strokeShape(GraphicsContext* context, const SkPaint& paint |
context->drawOval(m_layoutSVGShape.objectBoundingBox(), paint); |
break; |
default: |
- ASSERT(m_layoutSVGShape.hasPath()); |
Path* usePath = &m_layoutSVGShape.path(); |
if (m_layoutSVGShape.hasNonScalingStroke()) |
usePath = m_layoutSVGShape.nonScalingStrokePath(usePath, m_layoutSVGShape.nonScalingStrokeTransform()); |