Skip to content

Commit 7b273e8

Browse files
committed
Bug 1957505 - Remove obsolete comment mentioning Bug 1300366. r=dholbert DONTBUILD
We've closed Bug 1300366. If we ever discover any flaw in `ContentContribution()`, we can file a new bug. Differential Revision: https://phabricator.services.mozilla.com/D255908
1 parent 482781f commit 7b273e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layout/generic/nsGridContainerFrame.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5988,7 +5988,6 @@ static nscoord ContentContribution(const GridItemInfo& aGridItem,
59885988
size = 0;
59895989
} else {
59905990
// We need to reflow the child to find its BSize contribution.
5991-
// XXX this will give mostly correct results for now (until bug 1300366).
59925991
nscoord availISize = INFINITE_ISIZE_COORD;
59935992
nscoord availBSize = NS_UNCONSTRAINEDSIZE;
59945993
// The next two variables are MinSizeClamp values in the child's axes.

0 commit comments

Comments
 (0)