Index: Source/core/animation/DocumentAnimations.cpp |
diff --git a/Source/core/animation/DocumentAnimations.cpp b/Source/core/animation/DocumentAnimations.cpp |
index 50da0a06de4b53721f8bf41488f147ae2ddcf7f0..df35c02d312f3c6bfbe98cff60e65d63dacd0085 100644 |
--- a/Source/core/animation/DocumentAnimations.cpp |
+++ b/Source/core/animation/DocumentAnimations.cpp |
@@ -91,8 +91,6 @@ void DocumentAnimations::startPendingAnimations(Document& document) |
ASSERT(document.view()); |
document.view()->scheduleAnimation(); |
} |
- |
- document.animationClock().unfreeze(); |
} |
} // namespace WebCore |