Index: Source/core/layout/LayoutProgress.cpp |
diff --git a/Source/core/layout/LayoutProgress.cpp b/Source/core/layout/LayoutProgress.cpp |
index c602e220d03c67ff9c02881265df3cd8a78649cb..14688bf472ff5c10bb610f5fef7dd23db0a66031 100644 |
--- a/Source/core/layout/LayoutProgress.cpp |
+++ b/Source/core/layout/LayoutProgress.cpp |
@@ -85,8 +85,8 @@ void LayoutProgress::animationTimerFired(Timer<LayoutProgress>*) |
void LayoutProgress::updateAnimationState() |
{ |
- m_animationDuration = LayoutTheme::theme().animationDurationForProgressBar(this); |
- m_animationRepeatInterval = LayoutTheme::theme().animationRepeatIntervalForProgressBar(this); |
+ m_animationDuration = LayoutTheme::theme().animationDurationForProgressBar(); |
+ m_animationRepeatInterval = LayoutTheme::theme().animationRepeatIntervalForProgressBar(); |
bool animating = style()->hasAppearance() && m_animationDuration > 0; |
if (animating == m_animating) |