| Index: third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| index d83c4f8fa34d976a24a3776cf47d6fb0a190469d..1545e0f38f73c25dfbcde88ea4b797eff07b7764 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| @@ -368,7 +368,7 @@ TEST_F(KeyframeEffectTest, ElementDestructorClearsAnimationTarget)
|
| KeyframeEffect* animation = KeyframeEffect::create(element.get(), nullptr, timing);
|
| EXPECT_EQ(element.get(), animation->target());
|
| document().timeline().play(animation);
|
| - pageHolder.clear();
|
| + pageHolder.reset();
|
| element.clear();
|
| }
|
|
|
|
|