RESOLVED FIXED 136578
CTTE: SVGResourcesCache should only allow RenderElements.
https://bugs.webkit.org/show_bug.cgi?id=136578
Summary CTTE: SVGResourcesCache should only allow RenderElements.
Andreas Kling
Reported 2014-09-05 10:56:32 PDT
CTTE: SVGResourcesCache should only allow RenderElements.
Attachments
Patch (15.51 KB, patch)
2014-09-05 10:58 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2014-09-05 10:58:14 PDT
Antti Koivisto
Comment 2 2014-09-05 11:18:06 PDT
Comment on attachment 237699 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237699&action=review > Source/WebCore/rendering/svg/SVGRenderingContext.cpp:159 > + SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderer(*m_renderer); I would use auto*
Andreas Kling
Comment 3 2014-09-05 12:32:17 PDT
Note You need to log in before you can comment on or make changes to this bug.