Index: third_party/WebKit/Source/core/svg/SVGPointList.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGPointList.h b/third_party/WebKit/Source/core/svg/SVGPointList.h |
index 6b0eb72069955433dc1aa8137accd2e543018fb8..8a8e00c7c6a4cf0facf0a8b61503a0a75f28411f 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPointList.h |
+++ b/third_party/WebKit/Source/core/svg/SVGPointList.h |
@@ -68,6 +68,8 @@ private: |
bool parse(const CharType*& ptr, const CharType* end); |
}; |
+DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGPointList); |
+ |
} // namespace blink |
#endif // SVGPointList_h |