Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGLengthList.h |
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.h b/third_party/WebKit/Source/core/svg/SVGLengthList.h |
| index be69fa707f1927bbe30987d7bf5e5efae1872a8e..a379d1359f7c4b3e714eb25583a6812d4239758f 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGLengthList.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthList.h |
| @@ -77,6 +77,8 @@ private: |
| SVGLengthMode m_mode; |
| }; |
| +DEFINE_SVG_PROPERTY_TYPE_CASTS(SVGLengthList); |
| + |
| } // namespace blink |
| #endif // SVGLengthList_h |