| Index: Source/core/layout/LayoutTable.h
|
| diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h
|
| index 2d335f457ae8b8cdbb86b99dd8e5332c02466b6f..0532969fc51bc6a0cf43c47a2fce7371f5e8b23d 100644
|
| --- a/Source/core/layout/LayoutTable.h
|
| +++ b/Source/core/layout/LayoutTable.h
|
| @@ -310,7 +310,7 @@ private:
|
| LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit availableWidth);
|
| LayoutUnit convertStyleLogicalHeightToComputedHeight(const Length& styleLogicalHeight);
|
|
|
| - virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) override;
|
| + virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const override;
|
|
|
| virtual void addOverflowFromChildren() override;
|
|
|
|
|