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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user