RESOLVED FIXED 121283
[CTTE] Tighter element types for RenderSVGInline and subclasses.
https://bugs.webkit.org/show_bug.cgi?id=121283
Summary [CTTE] Tighter element types for RenderSVGInline and subclasses.
Andreas Kling
Reported 2013-09-13 02:04:40 PDT
[CTTE] Tighter element types for RenderSVGInline and subclasses.
Attachments
Patch (17.31 KB, patch)
2013-09-13 02:06 PDT, Andreas Kling
koivisto: review-
webkit-ews: commit-queue-
Patch (17.47 KB, patch)
2013-09-13 02:24 PDT, Andreas Kling
no flags
Patch (17.47 KB, patch)
2013-09-13 02:26 PDT, Andreas Kling
koivisto: review+
webkit-ews: commit-queue-
Andreas Kling
Comment 1 2013-09-13 02:06:08 PDT
Early Warning System Bot
Comment 2 2013-09-13 02:11:07 PDT
EFL EWS Bot
Comment 3 2013-09-13 02:11:21 PDT
EFL EWS Bot
Comment 4 2013-09-13 02:12:19 PDT
Early Warning System Bot
Comment 5 2013-09-13 02:13:15 PDT
Antti Koivisto
Comment 6 2013-09-13 02:17:30 PDT
Comment on attachment 211521 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211521&action=review > Source/WebCore/rendering/svg/RenderSVGTSpan.h:37 > + SVGTextPositioningElement& textPositioningElement() const { return static_cast<SVGTextPositioningElement&>(*RenderObject::node()); } please call the closest base class function instead of node()
Andreas Kling
Comment 7 2013-09-13 02:24:41 PDT
Andreas Kling
Comment 8 2013-09-13 02:26:42 PDT
Early Warning System Bot
Comment 9 2013-09-13 02:30:08 PDT
Antti Koivisto
Comment 10 2013-09-13 02:31:17 PDT
Comment on attachment 211523 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211523&action=review > Source/WebCore/rendering/svg/RenderSVGTSpan.h:37 > + SVGTextPositioningElement& textPositioningElement() const { return static_cast<SVGTextPositioningElement&>(RenderSVGInline::graphicsElement()); } I don't think you need to say RenderSVGInline::
Early Warning System Bot
Comment 11 2013-09-13 02:31:38 PDT
Antti Koivisto
Comment 12 2013-09-13 02:33:12 PDT
ah WTF_DELETED_FUNCTION nm
Andreas Kling
Comment 13 2013-09-13 02:47:27 PDT
Note You need to log in before you can comment on or make changes to this bug.