Bug 1831976 - Fix typos in comments regarding CSS named pages pref. r=dholbert
Replace underscore with hyphen in the pref name. Differential Revision: https://phabricator.services.mozilla.com/D177421
This commit is contained in:
@@ -209,7 +209,7 @@ ReflowInput::ReflowInput(nsPresContext* aPresContext,
|
||||
"mCanHaveClassABreakpoints set during non-paginated reflow.");
|
||||
MOZ_ASSERT(StaticPrefs::layout_css_named_pages_enabled(),
|
||||
"mCanHaveClassABreakpoints should not be set when "
|
||||
"layout.css.named_pages.enabled is false");
|
||||
"layout.css.named-pages.enabled is false");
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user