Index: Source/web/PageWidgetDelegate.cpp |
diff --git a/Source/web/PageWidgetDelegate.cpp b/Source/web/PageWidgetDelegate.cpp |
index 56cfa426fcffa18585ebffeac1ccb26a5e44e904..0f7e4d4bcda3ae814148cae96394a904939ba15e 100644 |
--- a/Source/web/PageWidgetDelegate.cpp |
+++ b/Source/web/PageWidgetDelegate.cpp |
@@ -61,7 +61,6 @@ static inline FrameView* rootFrameView(Page* page, LocalFrame* rootFrame) |
void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime, LocalFrame* rootFrame) |
{ |
RefPtr<FrameView> view = rootFrameView(page, rootFrame); |
- WTF_LOG(ScriptedAnimationController, "PageWidgetDelegate::animate: view = %d", !view ? 0 : 1); |
if (!view) |
return; |
page->autoscrollController().animate(monotonicFrameBeginTime); |