| Index: Source/core/page/Page.cpp
 | 
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
 | 
| index 2e5e796b6661843b473c0b4490c1469c785df6ae..60526ae0d8b26135c266cbff4d3dcd3f0ca60dce 100644
 | 
| --- a/Source/core/page/Page.cpp
 | 
| +++ b/Source/core/page/Page.cpp
 | 
| @@ -198,7 +198,7 @@ String Page::mainThreadScrollingReasonsAsText()
 | 
|      return String();
 | 
|  }
 | 
|  
 | 
| -PassRefPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
 | 
| +PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
 | 
|  {
 | 
|      if (Document* document = m_mainFrame->document())
 | 
|          document->updateLayout();
 | 
| 
 |