RenderSVGShape::RenderSVGShape(SVGStyledTransformableElement* node): * m_strokeContainsFallBack RenderSVGShape::RenderSVGShape(SVGStyledTransformableElement* node, Path* path, bool isFillFallback): * m_needsTransformUpdate * m_needsShapeUpdate * m_strokeContainsFallBack * m_needsBoundariesUpdate Looks like neither m_strokeContainsFallBack nor the second constructor is being used, so we can simply get rid of them.
Created attachment 138622 [details] Patch
Comment on attachment 138622 [details] Patch Looks fine. Great to remove unused code!
Comment on attachment 138622 [details] Patch Clearing flags on attachment: 138622 Committed r115196: <http://trac.webkit.org/changeset/115196>
All reviewed patches have been landed. Closing bug.