| Index: Source/core/rendering/RenderBox.h | 
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h | 
| index a7e4a5799ed004dbe938c2935c40037b2be01495..336ba37d46a5003295547d8c2dc1fe934cfbb2f8 100644 | 
| --- a/Source/core/rendering/RenderBox.h | 
| +++ b/Source/core/rendering/RenderBox.h | 
| @@ -400,6 +400,7 @@ public: | 
| virtual LayoutUnit offsetFromLogicalTopOfFirstPage() const; | 
|  | 
| void positionLineBox(InlineBox*); | 
| +    void moveWithEdgeOfInlineContainerIfNecessary(bool isHorizontal); | 
|  | 
| virtual InlineBox* createInlineBox(); | 
| void dirtyLineBoxes(bool fullLayout); | 
|  |