| Index: third_party/WebKit/Source/core/layout/LayoutState.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
 | 
| index 5153450f89b747940eb192e674be0151f18830ff..1ce3be9d14f3098b7dbb462cf78ffb158c2dfac4 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
 | 
| @@ -134,12 +134,6 @@ LayoutState::~LayoutState()
 | 
|      }
 | 
|  }
 | 
|  
 | 
| -void LayoutState::clearPaginationInformation()
 | 
| -{
 | 
| -    m_pageLogicalHeight = m_next->m_pageLogicalHeight;
 | 
| -    m_pageOffset = m_next->m_pageOffset;
 | 
| -}
 | 
| -
 | 
|  LayoutUnit LayoutState::pageLogicalOffset(const LayoutBox& child, const LayoutUnit& childLogicalOffset) const
 | 
|  {
 | 
|      if (child.isHorizontalWritingMode())
 | 
| 
 |