Bug 121293

Summary: [CTTE] RenderSVGRoot always has a SVGSVGElement.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, kling, kondapallykalyan, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description Andreas Kling 2013-09-13 05:01:49 PDT
[CTTE] RenderSVGRoot always has a SVGSVGElement.
Comment 1 Andreas Kling 2013-09-13 05:02:16 PDT
Created attachment 211539 [details]
Patch
Comment 2 Antti Koivisto 2013-09-13 05:06:10 PDT
Comment on attachment 211539 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211539&action=review

> Source/WebCore/rendering/svg/RenderSVGRoot.h:42
> +    SVGSVGElement& svgElement() const;

svgSVGElement?
Comment 3 Andreas Kling 2013-09-13 05:23:52 PDT
Committed r155690: <http://trac.webkit.org/changeset/155690>