| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
 | 
| index 0ce9633862cad9daab1b7448c3989ce4246783ad..f7bce5958ef484b82715c7b7fc5081288f96a26a 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
 | 
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
 | 
| @@ -422,10 +422,10 @@
 | 
|    return visualViewport().getWidget();
 | 
|  }
 | 
|  
 | 
| -void RootFrameViewport::clearScrollableArea() {
 | 
| -  ScrollableArea::clearScrollableArea();
 | 
| -  layoutViewport().clearScrollableArea();
 | 
| -  visualViewport().clearScrollableArea();
 | 
| +void RootFrameViewport::clearScrollAnimators() {
 | 
| +  ScrollableArea::clearScrollAnimators();
 | 
| +  layoutViewport().clearScrollAnimators();
 | 
| +  visualViewport().clearScrollAnimators();
 | 
|  }
 | 
|  
 | 
|  DEFINE_TRACE(RootFrameViewport) {
 | 
| 
 |