Chromium Code Reviews| Index: Source/core/svg/properties/SVGPropertyInfo.h |
| diff --git a/Source/core/svg/properties/SVGPropertyInfo.h b/Source/core/svg/properties/SVGPropertyInfo.h |
| index 3c598288d4e03f657057d944e84012785483363b..598bc3965d656ea33646c9c8df59fd3d74524493 100644 |
| --- a/Source/core/svg/properties/SVGPropertyInfo.h |
| +++ b/Source/core/svg/properties/SVGPropertyInfo.h |
| @@ -51,6 +51,7 @@ enum AnimatedPropertyType { |
| AnimatedPreserveAspectRatio, |
| AnimatedRect, |
| AnimatedString, |
| + AnimatedStringList, |
| AnimatedTransformList, |
| AnimatedUnknown |
| }; |