Index: Source/core/animation/Player.cpp |
diff --git a/Source/core/animation/Player.cpp b/Source/core/animation/Player.cpp |
index f0724d7f01d07ffb59f7a3e3757c299c324c7575..35d2ed0f64897830a8f405a392f7fef49229b9ac 100644 |
--- a/Source/core/animation/Player.cpp |
+++ b/Source/core/animation/Player.cpp |
@@ -296,7 +296,7 @@ void Player::cancel() |
ASSERT(m_content->player() == this); |
m_content->detach(); |
- m_content = 0; |
+ m_content = nullptr; |
} |
void Player::pauseForTesting(double pauseTime) |