Bug 1804750 - Track page name when constructing column set wrapper frames r=dholbert

Differential Revision: https://phabricator.services.mozilla.com/D164258
This commit is contained in:
Emily McDonough
2022-12-08 21:47:05 +00:00
parent 89f3557067
commit cc9eaff033

View File

@@ -10746,6 +10746,7 @@ nsBlockFrame* nsCSSFrameConstructor::BeginBuildingColumns(
columnSetWrapper->AddStateBits(NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR);
}
AutoFrameConstructionPageName pageNameTracker(aState, columnSetWrapper);
RefPtr<ComputedStyle> columnSetStyle =
mPresShell->StyleSet()->ResolveInheritingAnonymousBoxStyle(
PseudoStyleType::columnSet, aComputedStyle);