| Index: Source/core/animation/AnimatableValue.h
|
| diff --git a/Source/core/animation/AnimatableValue.h b/Source/core/animation/AnimatableValue.h
|
| index 3cc1697f9b9d938de42a9ca809c2e70d847ab43a..fd5c8a0d4f54823df06b3507c69c87fb25802e86 100644
|
| --- a/Source/core/animation/AnimatableValue.h
|
| +++ b/Source/core/animation/AnimatableValue.h
|
| @@ -41,7 +41,6 @@ class CSSValue;
|
| class AnimatableValue : public RefCounted<AnimatableValue> {
|
| public:
|
| virtual ~AnimatableValue() { }
|
| - static PassRefPtr<AnimatableValue> create(CSSValue*);
|
| virtual PassRefPtr<CSSValue> toCSSValue() const = 0;
|
|
|
| static const AnimatableValue* neutralValue();
|
|
|