Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index db12ed300d860fda91494d537be0821458d0d645..2d4906fc2d5f96fa628bd70f4895821d3620dd13 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -89,7 +89,6 @@ static PassRefPtr<AnimatableValue> createFromLength(const Length& length, const |
case Undefined: |
return AnimatableUnknown::create(CSSValueNone); |
case ExtendToZoom: // Does not apply to elements. |
- case Relative: // Does not get used by interpolable properties. |
ASSERT_NOT_REACHED(); |
return 0; |
} |