| Index: Source/core/animation/PlayerTest.cpp
|
| diff --git a/Source/core/animation/PlayerTest.cpp b/Source/core/animation/PlayerTest.cpp
|
| index a5f86ca29d08d28c70d793eeb2d770316234794a..26970a998b55d3cd75fc564357d5bff63100fbe8 100644
|
| --- a/Source/core/animation/PlayerTest.cpp
|
| +++ b/Source/core/animation/PlayerTest.cpp
|
| @@ -45,7 +45,7 @@ class PlayerTest : public ::testing::Test {
|
| protected:
|
| virtual void SetUp()
|
| {
|
| - document = Document::create(0, KURL());
|
| + document = Document::create();
|
| timeline = DocumentTimeline::create(document.get());
|
| player = Player::create(timeline.get(), 0);
|
| }
|
|
|