| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index ea9cb9124a1020f0e88f2d08c8b13b9781a1b7c5..9c460df3735c95312d3bb643d589df882166a65e 100644
|
| --- a/Source/core/rendering/RenderTable.h
|
| +++ b/Source/core/rendering/RenderTable.h
|
| @@ -306,7 +306,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;
|
|
|
|
|