Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index 71388a91418b0bf74277c69bdbe7ac7d9a9b6dae..c4dc49dbcb286c84a52b27b640ca2b17f4f81cf5 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -1438,8 +1438,6 @@ static PassRefPtrWillBeRawPtr<CSSValue> valueForShape(const RenderStyle& style, |
{ |
if (!shapeValue) |
return cssValuePool().createIdentifierValue(CSSValueNone); |
- if (shapeValue->type() == ShapeValue::Outside) |
- return cssValuePool().createIdentifierValue(CSSValueOutsideShape); |
if (shapeValue->type() == ShapeValue::Box) |
return cssValuePool().createValue(shapeValue->cssBox()); |
if (shapeValue->type() == ShapeValue::Image) { |