Index: Source/core/rendering/style/SVGRenderStyleDefs.cpp |
diff --git a/Source/core/rendering/style/SVGRenderStyleDefs.cpp b/Source/core/rendering/style/SVGRenderStyleDefs.cpp |
index 820295334b427b7df71e71dff5695509b62522d0..7a7f562b4d349f82585a80ad7a2e4cec852f55b8 100644 |
--- a/Source/core/rendering/style/SVGRenderStyleDefs.cpp |
+++ b/Source/core/rendering/style/SVGRenderStyleDefs.cpp |
@@ -132,22 +132,6 @@ bool StyleStopData::operator==(const StyleStopData& other) const |
&& opacity == other.opacity; |
} |
-StyleTextData::StyleTextData() |
- : kerning(SVGRenderStyle::initialKerning()) |
-{ |
-} |
- |
-StyleTextData::StyleTextData(const StyleTextData& other) |
- : RefCounted<StyleTextData>() |
- , kerning(other.kerning->clone()) |
-{ |
-} |
- |
-bool StyleTextData::operator==(const StyleTextData& other) const |
-{ |
- return *kerning == *other.kerning; |
-} |
- |
StyleMiscData::StyleMiscData() |
: floodColor(SVGRenderStyle::initialFloodColor()) |
, floodOpacity(SVGRenderStyle::initialFloodOpacity()) |