mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Move nsGkAtoms::userInput out from #ifdef MOZ_SVG, Bug 388558
This commit is contained in:
parent
85df010fad
commit
fcc909d889
@ -882,6 +882,7 @@ GK_ATOM(uri, "uri")
|
||||
GK_ATOM(use, "use")
|
||||
GK_ATOM(useAttributeSets, "use-attribute-sets")
|
||||
GK_ATOM(usemap, "usemap")
|
||||
GK_ATOM(userInput, "userInput")
|
||||
GK_ATOM(validate, "validate")
|
||||
GK_ATOM(valign, "valign")
|
||||
GK_ATOM(value, "value")
|
||||
@ -1159,7 +1160,6 @@ GK_ATOM(tref, "tref")
|
||||
GK_ATOM(tspan, "tspan")
|
||||
GK_ATOM(turbulence, "turbulence")
|
||||
GK_ATOM(unicode_bidi, "unicode-bidi")
|
||||
GK_ATOM(userInput, "userInput")
|
||||
GK_ATOM(userSpaceOnUse, "userSpaceOnUse")
|
||||
GK_ATOM(view, "view")
|
||||
GK_ATOM(viewBox, "viewBox")
|
||||
|
Loading…
Reference in New Issue
Block a user