summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPointList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPointList.h')
-rw-r--r--WebCore/svg/SVGPointList.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/svg/SVGPointList.h b/WebCore/svg/SVGPointList.h
index 4918936..9f2efc9 100644
--- a/WebCore/svg/SVGPointList.h
+++ b/WebCore/svg/SVGPointList.h
@@ -23,8 +23,8 @@
#if ENABLE(SVG)
#include "QualifiedName.h"
-#include "SVGPropertyTraits.h"
#include <wtf/Vector.h>
+#include <wtf/text/WTFString.h>
namespace WebCore {
@@ -39,12 +39,6 @@ public:
static bool createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress);
};
-template<>
-struct SVGPropertyTraits<SVGPointList> {
- static SVGPointList initialValue() { return SVGPointList(); }
- typedef FloatPoint ListItemType;
-};
-
} // namespace WebCore
#endif // ENABLE(SVG)