Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
| index 9efefd69f69555f81fe20d2724703e48d199d647..5b9430a32233452d21bc998e1f2438a6b0241575 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
| @@ -131,6 +131,8 @@ SVGPropertyBase* SVGAnimatedTypeAnimator::createPropertyForCSSAnimation( |
| case AnimatedTransformList: |
| case AnimatedUnknown: |
| break; |
| + default: |
| + break; |
| } |
| NOTREACHED(); |
| return nullptr; |