| Index: Source/core/animation/AnimationTimelineTest.cpp
|
| diff --git a/Source/core/animation/AnimationTimelineTest.cpp b/Source/core/animation/AnimationTimelineTest.cpp
|
| index 5417cc80f66acd694f4d33fc09fb2ab5e60d26d7..68cc2895a9b738474fdedc53d77dae28f298b7d4 100644
|
| --- a/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -90,7 +90,7 @@ protected:
|
| {
|
| document = Document::create();
|
| document->animationClock().resetTimeForTesting();
|
| - element = Element::create(nullQName() , document.get());
|
| + element = Element::create(QualifiedName::null() , document.get());
|
| platformTiming = new MockPlatformTiming;
|
| timeline = AnimationTimeline::create(document.get(), adoptPtrWillBeNoop(platformTiming));
|
| ASSERT_EQ(0, timeline->currentTimeInternal());
|
|
|