Share code used to animate discrete types between all animators.
Created attachment 138797 [details] Patch
Comment on attachment 138797 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=138797&action=review Great cleanup, and you're adding a test. What's not to love? r=me > Source/WebCore/svg/SVGAnimateElement.h:52 > + virtual bool isAdditive() const; We should add OVERRIDE here.
Committed r115296: <http://trac.webkit.org/changeset/115296>