mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1856469 - Remove redundant GetTableFrame() call in nsTableRowFrame::DidResize(). r=dholbert
We've got `tableFrame` at the beginning of the method. Differential Revision: https://phabricator.services.mozilla.com/D189865
This commit is contained in:
parent
fa2174afe7
commit
ad1d86449b
@ -366,7 +366,6 @@ void nsTableRowFrame::DidResize() {
|
||||
cellSize.BSize(wm) = cellBSize;
|
||||
cellFrame->SetSize(wm, cellSize);
|
||||
|
||||
nsTableFrame* tableFrame = GetTableFrame();
|
||||
if (tableFrame->IsBorderCollapse()) {
|
||||
nsTableFrame::InvalidateTableFrame(cellFrame, cellOldRect,
|
||||
cellInkOverflow, false);
|
||||
|
Loading…
Reference in New Issue
Block a user