| Index: Source/core/rendering/style/KeyframeList.h
|
| diff --git a/Source/core/rendering/style/KeyframeList.h b/Source/core/rendering/style/KeyframeList.h
|
| index ee2d237b505c5d68a76e42a7d6e2fd19f727301a..eaf03c6961dcccbd6ea81a600e238b17cc5f85bd 100644
|
| --- a/Source/core/rendering/style/KeyframeList.h
|
| +++ b/Source/core/rendering/style/KeyframeList.h
|
| @@ -71,8 +71,8 @@ public:
|
| KeyframeList(RenderObject&, const AtomicString& animationName)
|
| : m_animationName(animationName)
|
| {
|
| - insert(KeyframeValue(0, 0));
|
| - insert(KeyframeValue(1, 0));
|
| + insert(KeyframeValue(0, nullptr));
|
| + insert(KeyframeValue(1, nullptr));
|
| }
|
| ~KeyframeList();
|
|
|
|
|