| Index: Source/core/layout/line/LineBoxList.h | 
| diff --git a/Source/core/layout/line/LineBoxList.h b/Source/core/layout/line/LineBoxList.h | 
| index 54ac5f58d85cd3f008aabc6e99caf87d5a879ab0..d8ce6b02bb90a20188252a4b7621833d67a1278b 100644 | 
| --- a/Source/core/layout/line/LineBoxList.h | 
| +++ b/Source/core/layout/line/LineBoxList.h | 
| @@ -64,7 +64,7 @@ public: | 
| void dirtyLineBoxes(); | 
| void dirtyLinesFromChangedChild(LayoutObject* parent, LayoutObject* child); | 
|  | 
| -    bool hitTest(LayoutBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const; | 
| +    bool hitTest(LayoutBoxModelObject*, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const; | 
| bool anyLineIntersectsRect(LayoutBoxModelObject*, const LayoutRect&, const LayoutPoint&) const; | 
| bool lineIntersectsDirtyRect(LayoutBoxModelObject*, InlineFlowBox*, const PaintInfo&, const LayoutPoint&) const; | 
| bool rangeIntersectsRect(LayoutBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const; | 
|  |