| Index: Source/core/rendering/RenderBlockFlow.h
 | 
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
 | 
| index 873c264b10f280f8cd618021b170f3db483d15f7..ec42e1e6b97d5deb8a94e53382c05975187713ce 100644
 | 
| --- a/Source/core/rendering/RenderBlockFlow.h
 | 
| +++ b/Source/core/rendering/RenderBlockFlow.h
 | 
| @@ -305,7 +305,7 @@ private:
 | 
|  
 | 
|      virtual RootInlineBox* createRootInlineBox(); // Subclassed by SVG
 | 
|  
 | 
| -    void createOrDestroyMultiColumnFlowThreadIfNeeded();
 | 
| +    void createOrDestroyMultiColumnFlowThreadIfNeeded(const RenderStyle* oldStyle);
 | 
|  
 | 
|      void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, unsigned expansionOpportunityCount);
 | 
|      void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightChanged, bool& hasSpecifiedPageLogicalHeight);
 | 
| 
 |