tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 99972bee1bec9d4a5fd2f030b201e7c3f53996b2
parent 35f00baf956d5be02ab0559c732edf325d385905
Author: Ting-Yu Lin <tlin@mozilla.com>
Date:   Fri, 24 Oct 2025 16:19:47 +0000

Bug 1996146 Part 3 - Remove ClearAllPositionedTableParts() declaration that is never implemented. r=layout-reviewers,dshin

Differential Revision: https://phabricator.services.mozilla.com/D269901

Diffstat:
Mlayout/tables/nsTableFrame.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/layout/tables/nsTableFrame.h b/layout/tables/nsTableFrame.h @@ -588,9 +588,6 @@ class nsTableFrame : public nsContainerFrame { ReflowOutput& aDesiredSize, const ReflowInput& aReflowInput); - // Clears the list of positioned table parts. - void ClearAllPositionedTableParts(); - nsITableLayoutStrategy* LayoutStrategy() const { return static_cast<nsTableFrame*>(FirstInFlow()) ->mTableLayoutStrategy.get();