| Index: Source/core/rendering/style/KeyframeList.h
|
| diff --git a/Source/core/rendering/style/KeyframeList.h b/Source/core/rendering/style/KeyframeList.h
|
| index a18f9c77031ea27de6cbc0937257112b117a117d..69aad0f0d83413ceaa4a4e1354431de0b3bc6cbc 100644
|
| --- a/Source/core/rendering/style/KeyframeList.h
|
| +++ b/Source/core/rendering/style/KeyframeList.h
|
| @@ -68,7 +68,7 @@ private:
|
|
|
| class KeyframeList {
|
| public:
|
| - KeyframeList(RenderObject*, const AtomicString& animationName)
|
| + KeyframeList(RenderObject&, const AtomicString& animationName)
|
| : m_animationName(animationName)
|
| {
|
| insert(KeyframeValue(0, 0));
|
|
|