Bug 1828020 - Remove the layout.css.named-pages.enabled pref r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D175438
This commit is contained in:
Emily McDonough
2023-05-16 20:32:11 +00:00
parent 7afedc32f1
commit 3debfe816d
17 changed files with 21 additions and 66 deletions

View File

@@ -2676,9 +2676,6 @@ void nsBlockFrame::ReflowDirtyLines(BlockReflowState& aState) {
MOZ_ASSERT(presCtx->IsPaginated(),
"canBreakForPageNames should not be set during non-paginated "
"reflow");
MOZ_ASSERT(StaticPrefs::layout_css_named_pages_enabled(),
"canBreakForPageNames should not be set when "
"layout.css.named-pages.enabled is false");
}
// Reflow the lines that are already ours