Bug 136578

Summary: CTTE: SVGResourcesCache should only allow RenderElements.
Product: WebKit Reporter: Andreas Kling <kling>
Component: SVGAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kling, kondapallykalyan, pdr, schenney, sergio, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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.