mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
Bug 1288383 - "Replace clip-path, box-shadow, float-edge, and user-focus consts with enum classes" bustage fix. a=tomcat
This commit is contained in:
parent
17e3c87114
commit
c513d33161
@ -1302,7 +1302,7 @@ struct SetEnumValueHelper
|
||||
|
||||
DEFINE_ENUM_CLASS_SETTER(StyleBoxSizing, Content, Border)
|
||||
DEFINE_ENUM_CLASS_SETTER(StyleFloatEdge, ContentBox, MarginBox)
|
||||
DEFINE_ENUM_CLASS_SETTER(StyleUserFocus, None, SelectMenu)
|
||||
DEFINE_ENUM_CLASS_SETTER(StyleUserFocus, None_, SelectMenu)
|
||||
|
||||
#undef DEF_SET_ENUMERATED_VALUE
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user