[Webkit-unassigned] [Bug 17201] New: Use RefPtr in CSSParser::parseFont() to get rid of goto silliness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 14:28:33 PST 2008


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

           Summary: Use RefPtr in CSSParser::parseFont() to get rid of goto
                    silliness
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: EasyFix
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org


CSSParser::parseFont() uses goto statements to release the FontValue object on
early exit.  It should be using a RefPtr<FontValue> instead.


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