Index: Source/core/paint/SVGShapePainter.cpp |
diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp |
index 42c71c851c0e05323ab95b97e71791898b700f82..3219d0d0039be14e802b5bd5ab85c00fefa145b8 100644 |
--- a/Source/core/paint/SVGShapePainter.cpp |
+++ b/Source/core/paint/SVGShapePainter.cpp |
@@ -171,7 +171,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()); |