Bug 123283 - SVGRenderingContext should wrap a RenderElement.
Summary: SVGRenderingContext should wrap a RenderElement.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 12:05 PDT by Andreas Kling
Modified: 2013-10-24 12:36 PDT (History)
11 users (show)

See Also:


Attachments
Patch (9.24 KB, patch)
2013-10-24 12:07 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-10-24 12:05:31 PDT
SVGRenderingContext should wrap a RenderElement.
Comment 1 Andreas Kling 2013-10-24 12:07:52 PDT
Created attachment 215091 [details]
Patch
Comment 2 Antti Koivisto 2013-10-24 12:09:42 PDT
Comment on attachment 215091 [details]
Patch

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

> Source/WebCore/rendering/svg/SVGRenderingContext.h:115
> +    RenderElement* m_object;

Maybe rename this to m_renderer or something more informative?
Comment 3 Andreas Kling 2013-10-24 12:36:52 PDT
Committed r157945: <http://trac.webkit.org/changeset/157945>