Summary: | CTTE: RenderSVGResourceMarker always has an SVGMarkerElement. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||
Component: | Layout and Rendering | Assignee: | 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
Andreas Kling
2013-09-13 22:38:20 PDT
Created attachment 211622 [details]
Patch
Comment on attachment 211622 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211622&action=review r=me. I had question about the "renderName" method, but otherwise it looks good to me. > Source/WebCore/rendering/svg/RenderSVGResourceMarker.h:38 > + explicit RenderSVGResourceMarker(SVGMarkerElement&); Yes! > Source/WebCore/rendering/svg/RenderSVGResourceMarker.h:-41 > - virtual const char* renderName() const { return "RenderSVGResourceMarker"; } Is this stuff not needed for printing render tree dumps? Comment on attachment 211622 [details] Patch Clearing flags on attachment: 211622 Committed r155750: <http://trac.webkit.org/changeset/155750> All reviewed patches have been landed. Closing bug. |