Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp |
index bb904d7adcf3b6027e58d2c2053ba350f8d0c0a2..87e89a6a39c1eb4da8d6b3c3bab1ffd2e74b155b 100644 |
--- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp |
@@ -164,8 +164,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getSVGPropertyCSSV |
return currentColorOrValidColor(*style, svgStyle->stopColor()); |
case CSSPropertyFill: |
return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style); |
- case CSSPropertyKerning: |
- return SVGLength::toCSSPrimitiveValue(svgStyle->kerning()); |
case CSSPropertyMarkerEnd: |
if (!svgStyle->markerEndResource().isEmpty()) |
return CSSPrimitiveValue::create(svgStyle->markerEndResource(), CSSPrimitiveValue::CSS_URI); |