Bug 123433 - RenderSVGResource::applyResource() should take a const RenderStyle&.
Summary: RenderSVGResource::applyResource() should take a const RenderStyle&.
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-28 21:53 PDT by Andreas Kling
Modified: 2013-10-28 22:13 PDT (History)
12 users (show)

See Also:


Attachments
Patch (21.60 KB, patch)
2013-10-28 21:53 PDT, Andreas Kling
andersca: 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-28 21:53:19 PDT
RenderSVGResource::applyResource() should take a const RenderStyle&.
Comment 1 Andreas Kling 2013-10-28 21:53:47 PDT
Created attachment 215364 [details]
Patch
Comment 2 Andreas Kling 2013-10-28 22:13:04 PDT
Committed r158180: <http://trac.webkit.org/changeset/158180>