Chromium Code Reviews| Index: Source/core/animation/DocumentAnimations.cpp |
| diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp |
| index 16815bb5d04ca20effda5b65748796535c4afa25..7fe6e3efef50ef837ae1b26c8b6b2575de64485f 100644 |
| --- a/Source/core/animation/DocumentAnimations.cpp |
| +++ b/Source/core/animation/DocumentAnimations.cpp |
| @@ -92,8 +92,6 @@ void DocumentAnimations::startPendingAnimations(Document& document) |
| ASSERT(document.view()); |
| document.view()->scheduleAnimation(); |
| } |
| - |
| - document.animationClock().unfreeze(); |
| } |
| } // namespace WebCore |