Index: Source/web/PageWidgetDelegate.cpp |
diff --git a/Source/web/PageWidgetDelegate.cpp b/Source/web/PageWidgetDelegate.cpp |
index f36a0bae8618e5ddb69716c5422280c234042cc5..cee3bcc819e1dbece3600a9874858f41e7fcc213 100644 |
--- a/Source/web/PageWidgetDelegate.cpp |
+++ b/Source/web/PageWidgetDelegate.cpp |
@@ -66,7 +66,7 @@ void PageWidgetDelegate::animate(Page* page, WebFrameTime frameTime) |
if (!view) |
return; |
page->autoscrollController().animate(frameTime); |
- page->animator().serviceScriptedAnimations(frameTime.displayFrameTime); |
+ page->animator().serviceScriptedAnimations(frameTime); |
} |
void PageWidgetDelegate::layout(Page* page) |