| Index: Source/core/rendering/InlineFlowBox.h
|
| diff --git a/Source/core/rendering/InlineFlowBox.h b/Source/core/rendering/InlineFlowBox.h
|
| index b9b0d4f626faccf8b118b0e0ad190daae15a3f24..917f9f586380a2d2ff4ef7fa460dea73a7c0e2e5 100644
|
| --- a/Source/core/rendering/InlineFlowBox.h
|
| +++ b/Source/core/rendering/InlineFlowBox.h
|
| @@ -197,7 +197,7 @@ public:
|
|
|
| void computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFallbackFontsMap&);
|
|
|
| - void removeChild(InlineBox* child);
|
| + void removeChild(InlineBox* child, MarkLineBoxes);
|
|
|
| virtual RenderObject::SelectionState selectionState() OVERRIDE;
|
|
|
|
|