Index: Source/core/css/StylePropertySerializer.cpp |
diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp |
index e5098788c458cd9dba198537d6e18f4c7daf2d3c..f8061afcf30ca752f81bdb3bfb2c6f01c18202bd 100644 |
--- a/Source/core/css/StylePropertySerializer.cpp |
+++ b/Source/core/css/StylePropertySerializer.cpp |
@@ -220,10 +220,6 @@ String StylePropertySerializer::asText() const |
case CSSPropertyBackgroundRepeatY: |
shorthandPropertyAppeared.set(CSSPropertyBackground - firstCSSProperty); |
continue; |
- case CSSPropertyContent: |
- if (property.value()->isValueList()) |
- value = toCSSValueList(property.value())->customCSSText(AlwaysQuoteCSSString); |
- break; |
case CSSPropertyBorderTopWidth: |
case CSSPropertyBorderRightWidth: |
case CSSPropertyBorderBottomWidth: |