mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 458588 - remove uses of -moz-outline* and drop the aliases afterwards; remove the aliases; r+sr=dbaron
This commit is contained in:
parent
e4b3e1addc
commit
4ef89e9db6
@ -139,16 +139,11 @@ nsCSSProps::ReleaseTable(void)
|
||||
}
|
||||
|
||||
struct CSSPropertyAlias {
|
||||
char name[sizeof("-moz-outline-offset")];
|
||||
char name[sizeof("")];
|
||||
nsCSSProperty id;
|
||||
};
|
||||
|
||||
static const CSSPropertyAlias gAliases[] = {
|
||||
{ "-moz-outline", eCSSProperty_outline },
|
||||
{ "-moz-outline-color", eCSSProperty_outline_color },
|
||||
{ "-moz-outline-style", eCSSProperty_outline_style },
|
||||
{ "-moz-outline-width", eCSSProperty_outline_width },
|
||||
{ "-moz-outline-offset", eCSSProperty_outline_offset }
|
||||
// Don't forget to update the sizeof in CSSPropertyAlias above with the
|
||||
// longest string when you add stuff here.
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user