mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Gecko build fix for Servo PR #21139.
MozReview-Commit-ID: 3ocJrRB3jeO
This commit is contained in:
parent
fde93a60fe
commit
bad4f7d729
1 changed files with 3 additions and 0 deletions
|
@ -3083,6 +3083,9 @@ fn static_assert() {
|
|||
|
||||
<%call expr="impl_keyword_clone('display', 'mDisplay', display_keyword)"></%call>
|
||||
|
||||
<% float_keyword = Keyword("float", "Left Right None", gecko_enum_prefix="StyleFloat") %>
|
||||
${impl_keyword('float', 'mFloat', float_keyword)}
|
||||
|
||||
<% overflow_x = data.longhands_by_name["overflow-x"] %>
|
||||
pub fn set_overflow_y(&mut self, v: longhands::overflow_y::computed_value::T) {
|
||||
use properties::longhands::overflow_x::computed_value::T as BaseType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue