| Index: Source/core/layout/LayoutTable.cpp
|
| diff --git a/Source/core/layout/LayoutTable.cpp b/Source/core/layout/LayoutTable.cpp
|
| index f001559160a6d8a7285c6fd39bdc19e481d86a3f..e7c7e2b8d55e760f362c752153aaee277d19c636 100644
|
| --- a/Source/core/layout/LayoutTable.cpp
|
| +++ b/Source/core/layout/LayoutTable.cpp
|
| @@ -1310,7 +1310,7 @@ int LayoutTable::firstLineBoxBaseline() const
|
| return -1;
|
| }
|
|
|
| -LayoutRect LayoutTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy)
|
| +LayoutRect LayoutTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) const
|
| {
|
| LayoutRect rect = LayoutBlock::overflowClipRect(location, relevancy);
|
|
|
|
|