[Webkit-unassigned] [Bug 118960] New: Use toSVGPathElement() instead of static_cast<>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 21 21:43:45 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118960
Summary: Use toSVGPathElement() instead of static_cast<>
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
CC: zimmermann at kde.org
Though there is toSVGPathElement(), some files still use static_cast<SVGPathElement*>. To remove all static_cast<> use, we need to change argument from SVGElement to Element.
Merge from https://src.chromium.org/viewvc/blink?view=rev&revision=154621
--
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