[Webkit-unassigned] [Bug 15528] New: svg_dynamic_cast should be removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 22:02:26 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15528

           Summary: svg_dynamic_cast should be removed
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


svg_dynamic_cast should be removed

svg_dynamic_cast is a hold-over crutch from the KSVG2 days where KSVG2 depended
on dynamic_cast.  It's old-style code, which doesn't really fit with the
current style for the rest of webkit.  We should remove this crutch and change
over all the places in the code to just check node->isSVGElement() and
static_cast themselves.


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



More information about the webkit-unassigned mailing list