+2011-09-26 Tim Horton <timothy_horton@apple.com>
+
+ <animateColor> applied to filtered ellipse does not update
+ https://bugs.webkit.org/show_bug.cgi?id=68457
+ <rdar://problem/10154777>
+
+ Reviewed by Darin Adler.
+
+ Invalidate the filter's cache when style changes take place so that style changes are respected.
+
+ Test: svg/filters/animate-fill.svg
+
+ * rendering/svg/SVGResourcesCache.cpp:
+ (WebCore::SVGResourcesCache::clientStyleChanged):
+ (WebCore::SVGResourcesCache::clientUpdatedFromElement):
+
2011-09-26 Max Perepelitsyn <pph34r@gmail.com>
Set but unused variables cleanup in v8 bindings (gcc 4.6)