Index: Source/core/rendering/shapes/ShapeOutsideInfo.cpp |
diff --git a/Source/core/rendering/shapes/ShapeOutsideInfo.cpp b/Source/core/rendering/shapes/ShapeOutsideInfo.cpp |
index 22fb18795db14cb69a144480f5d53d2044e73e93..4bb6b4dc596daa5a65689df6bc108faa32864d71 100644 |
--- a/Source/core/rendering/shapes/ShapeOutsideInfo.cpp |
+++ b/Source/core/rendering/shapes/ShapeOutsideInfo.cpp |
@@ -48,8 +48,6 @@ bool ShapeOutsideInfo::isEnabledFor(const RenderBox& box) |
return shapeValue->isImageValid() && checkShapeImageOrigin(box.document(), *(shapeValue->image()->cachedImage())); |
case ShapeValue::Box: |
return true; |
- case ShapeValue::Outside: |
- return false; |
} |
return false; |