Bug 121293 - [CTTE] RenderSVGRoot always has a SVGSVGElement.
Summary: [CTTE] RenderSVGRoot always has a SVGSVGElement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 05:01 PDT by Andreas Kling
Modified: 2013-09-13 05:23 PDT (History)
9 users (show)

See Also:


Attachments
Patch (11.79 KB, patch)
2013-09-13 05:02 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>