[Webkit-unassigned] [Bug 47669] Title-Element has no popup on <svg>-Elements, but on <g>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 16 09:20:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47669





--- Comment #7 from Andreas Kling <kling at webkit.org>  2010-10-16 09:20:36 PST ---
(From update of attachment 70957)
View in context: https://bugs.webkit.org/attachment.cgi?id=70957&action=review

> WebCore/svg/SVGStyledElement.cpp:72
> +        SVGSVGElement* svg = static_cast<SVGSVGElement*>(const_cast<SVGStyledElement*>(this));

Would read better like this IMO:
const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(this);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list