| Index: Source/core/animation/DocumentTimelineTest.cpp
|
| diff --git a/Source/core/animation/DocumentTimelineTest.cpp b/Source/core/animation/DocumentTimelineTest.cpp
|
| index 8eefabc7118026d0f937d0ae4983a652b85cac7a..0b3af5910916a5b7f4a29579ee8f9792d368b708 100644
|
| --- a/Source/core/animation/DocumentTimelineTest.cpp
|
| +++ b/Source/core/animation/DocumentTimelineTest.cpp
|
| @@ -275,7 +275,7 @@ TEST_F(AnimationDocumentTimelineTest, PlayAfterDocumentDeref)
|
| timing.iterationDuration = 2;
|
| timing.startDelay = 5;
|
|
|
| - timeline = document->timeline();
|
| + timeline = &document->timeline();
|
| element = nullptr;
|
| document = nullptr;
|
|
|
|
|