| Index: Source/core/animation/css/CSSAnimatableValueFactory.h
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| index f5e73e3a15400566084802ca5ab253a2630f9b81..4f90ae078b1c6b454f2e95b65ddac95f7d92a06c 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| @@ -43,9 +43,9 @@ class ComputedStyle;
|
| class CSSAnimatableValueFactory {
|
| STATIC_ONLY(CSSAnimatableValueFactory);
|
| public:
|
| - static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
|
| + static PassRefPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
|
| private:
|
| - static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
|
| + static PassRefPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
|
| };
|
|
|
| } // namespace blink
|
|
|