| Index: Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/Source/core/layout/LayoutTableCell.cpp b/Source/core/layout/LayoutTableCell.cpp
|
| index 6b2c4a930a4d36e40a5d0bae0fafe1ae4d5a2edc..4ac10f939e16f75b6558a777031af83a05caedab 100644
|
| --- a/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/Source/core/layout/LayoutTableCell.cpp
|
| @@ -168,7 +168,7 @@ void LayoutTableCell::addLayerHitTestRects(LayerHitTestRects& layerRects, const
|
| // we need to subtract that again here (as for LayoutTableCell::offsetFromContainer.
|
| if (parent())
|
| adjustedLayerOffset -= parentBox()->locationOffset();
|
| - RenderBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
|
| + LayoutBox::addLayerHitTestRects(layerRects, currentLayer, adjustedLayerOffset, containerRect);
|
| }
|
|
|
| void LayoutTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter)
|
|
|