| 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 55992d8be2a287349d33dffd88073d2782fc4cb8..40fb49916aeb66d0bcd9b22739e8132147475c4f 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
|
|
|