| Index: Source/WebCore/rendering/RenderBlock.h | 
| =================================================================== | 
| --- Source/WebCore/rendering/RenderBlock.h	(revision 105342) | 
| +++ Source/WebCore/rendering/RenderBlock.h	(working copy) | 
| @@ -118,7 +118,7 @@ | 
| bool generatesLineBoxesForInlineChild(RenderObject*); | 
|  | 
| void markAllDescendantsWithFloatsForLayout(RenderBox* floatToRemove = 0, bool inLayout = true); | 
| -    void markSiblingsWithFloatsForLayout(); | 
| +    void markSiblingsWithFloatsForLayout(RenderBox* floatToRemove = 0); | 
| void markPositionedObjectsForLayout(); | 
| virtual void markForPaginationRelayoutIfNeeded(); | 
|  | 
|  |