Index: Source/core/animation/css/CSSAnimatableValueFactory.h |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h |
index d9e6ce2d9c99dbb3ad61fbba449695337b429e52..bac18c19241bb35e0b5116d9e3e273afcabc78ff 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.h |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.h |
@@ -41,9 +41,9 @@ class RenderStyle; |
class CSSAnimatableValueFactory { |
public: |
- static PassRefPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle*); |
+ static PassRefPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&); |
private: |
- static PassRefPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle*); |
+ static PassRefPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle&); |
}; |
} // namespace WebCore |