Index: third_party/WebKit/Source/core/svg/SVGNumberList.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGNumberList.h b/third_party/WebKit/Source/core/svg/SVGNumberList.h |
index 1bb4b4a1125208681dfe2cd7feaaf5d759c514e3..40aa370b2e7e88cb09bb80dff91b6b09d60be5a6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGNumberList.h |
+++ b/third_party/WebKit/Source/core/svg/SVGNumberList.h |
@@ -70,6 +70,8 @@ private: |
bool parse(const CharType*& ptr, const CharType* end); |
}; |
+DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGNumberList); |
+ |
} // namespace blink |
#endif // SVGNumberList_h |