| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index aa12fe367fb90e3c05540f9a77bfcb9d33823948..d6b9c4c45b92570aadc57c85f1a7b2e48c3674b4 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -419,8 +419,6 @@ bool ScrollableArea::hasLayerForScrollCorner() const
|
|
|
| bool ScrollableArea::scheduleAnimation()
|
| {
|
| - WTF_LOG(ScriptedAnimationController, "ScrollableArea::scheduleAnimation: window = %d",
|
| - hostWindow() ? 1 : 0);
|
| if (HostWindow* window = hostWindow()) {
|
| window->scheduleAnimation();
|
| return true;
|
|
|