From 3131a1b1c1d61dd409dd67bf43b1a5919b74edc2 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Tue, 17 Jan 2017 20:41:40 +1100 Subject: [PATCH] Fix typo in glue code for page-break-after --- components/style/properties/gecko.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/gecko.mako.rs b/components/style/properties/gecko.mako.rs index 1acc7c5c854..7f26b5d1168 100644 --- a/components/style/properties/gecko.mako.rs +++ b/components/style/properties/gecko.mako.rs @@ -1251,7 +1251,7 @@ fn static_assert() { T::left => true, T::right => true }; - self.gecko.mBreakBefore = result; + self.gecko.mBreakAfter = result; } ${impl_simple_copy('page_break_after', 'mBreakAfter')}