mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix typo in glue code for page-break-after
This commit is contained in:
parent
363f590019
commit
3131a1b1c1
1 changed files with 1 additions and 1 deletions
|
@ -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')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue