| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index 863087ae3c4a6637dc0f02ea909ccd11f6ab71ea..cb61588415caa01f3b286baaa1c79d491a1eb08a 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -762,7 +762,7 @@ void Animation::setCompositorPending(bool effectChanged)
|
| // FIXME: KeyframeEffect could notify this directly?
|
| if (!hasActiveAnimationsOnCompositor()) {
|
| destroyCompositorPlayer();
|
| - m_compositorState.release();
|
| + m_compositorState.clear();
|
| }
|
| if (effectChanged && m_compositorState) {
|
| m_compositorState->effectChanged = true;
|
|
|