| Index: Source/core/rendering/RenderTable.h
 | 
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
 | 
| index 0b6901f759f1331e3526b1edd99d5aaab84d24fd..74b6407a7ae23bfddd195b85d84201ce5eb57705 100644
 | 
| --- a/Source/core/rendering/RenderTable.h
 | 
| +++ b/Source/core/rendering/RenderTable.h
 | 
| @@ -300,7 +300,7 @@ private:
 | 
|      LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit availableWidth);
 | 
|      LayoutUnit convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight);
 | 
|  
 | 
| -    virtual LayoutRect overflowClipRect(const LayoutPoint& location, RenderRegion*, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) OVERRIDE;
 | 
| +    virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) OVERRIDE;
 | 
|  
 | 
|      virtual void addOverflowFromChildren() OVERRIDE;
 | 
|  
 | 
| 
 |