DescriptionInitialize SVGStaticStringLists with correct animated type.
Until now, SVGStaticStringLists were initialized with
AnimatedStringList animated type. This was the reason why SVG
test attributes - with SVGStaticStringList type - were considered
as valid animatable attributes and why we ran into a crash later.
This patch initializes SVGStaticStringLists with AnimatedUnknown
type to avoid any attempts to animate them later.
R=fs@opera.com,kouhei@chromium.org
BUG=427866
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184567
Patch Set 1 #Patch Set 2 : Update according to fs's suggestion. #
Messages
Total messages: 6 (1 generated)
|