summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGAngle.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGAngle.h')
-rw-r--r--WebCore/svg/SVGAngle.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/svg/SVGAngle.h b/WebCore/svg/SVGAngle.h
index 6fadabb..4afaa4b 100644
--- a/WebCore/svg/SVGAngle.h
+++ b/WebCore/svg/SVGAngle.h
@@ -24,7 +24,7 @@
#if ENABLE(SVG)
#include "ExceptionCode.h"
-#include "SVGPropertyTraits.h"
+#include <wtf/text/WTFString.h>
namespace WebCore {
@@ -59,12 +59,6 @@ private:
float m_valueInSpecifiedUnits;
};
-template<>
-struct SVGPropertyTraits<SVGAngle> {
- static SVGAngle initialValue() { return SVGAngle(); }
- static String toString(const SVGAngle& type) { return type.valueAsString(); }
-};
-
} // namespace WebCore
#endif // ENABLE(SVG)