| Index: Source/core/rendering/line/LineWidth.h
 | 
| diff --git a/Source/core/rendering/line/LineWidth.h b/Source/core/rendering/line/LineWidth.h
 | 
| index 4a33ba16abe4532c13e43e7115cf642c760d20a0..0b8a747c09b89c11b626898fa9d7934497417762 100644
 | 
| --- a/Source/core/rendering/line/LineWidth.h
 | 
| +++ b/Source/core/rendering/line/LineWidth.h
 | 
| @@ -64,8 +64,6 @@ public:
 | 
|      void applyOverhang(RenderRubyRun*, RenderObject* startRenderer, RenderObject* endRenderer);
 | 
|      void fitBelowFloats(bool isFirstLine = false);
 | 
|  
 | 
| -    void updateCurrentShapeSegment();
 | 
| -
 | 
|      bool shouldIndentText() const { return m_shouldIndentText == IndentText; }
 | 
|  
 | 
|  private:
 | 
| @@ -80,7 +78,6 @@ private:
 | 
|      float m_left;
 | 
|      float m_right;
 | 
|      float m_availableWidth;
 | 
| -    const LineSegment* m_segment;
 | 
|      bool m_isFirstLine;
 | 
|      IndentTextOrNot m_shouldIndentText;
 | 
|  };
 | 
| 
 |