[Webkit-unassigned] [Bug 118800] New: Use toSVGMarkerElement() instead of static_cast<>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 08:52:44 PDT 2013


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

           Summary: Use toSVGMarkerElement() instead of static_cast<>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          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 toSVGMarkerElement(), some files still use static_cast<SVGMarkerElement*>. To remove all static_cast<> use, we need to change argument from SVGElement to Node.

-- 
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