Index: Source/core/rendering/shapes/ShapeInfo.cpp |
diff --git a/Source/core/rendering/shapes/ShapeInfo.cpp b/Source/core/rendering/shapes/ShapeInfo.cpp |
index 22879e8f8f84a3b3abcedfb380eec05d93737a5d..9260dcf2d0d9d8e96e25cad16bc797f0d0b7fdcf 100644 |
--- a/Source/core/rendering/shapes/ShapeInfo.cpp |
+++ b/Source/core/rendering/shapes/ShapeInfo.cpp |
@@ -135,9 +135,6 @@ const Shape& ShapeInfo<RenderType>::computedShape() const |
m_shape = Shape::createLayoutBoxShape(shapeRect, writingMode, margin); |
break; |
} |
- case ShapeValue::Outside: |
- // Outside should have already resolved to a different shape value. |
- ASSERT_NOT_REACHED(); |
} |
ASSERT(m_shape); |