[Webkit-unassigned] [Bug 12059] SVG colors have two separate parsing paths (one CSS and one SVGColor::setRGBColor)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 17:49:31 PDT 2007


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


sam at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




------- Comment #3 from sam at webkit.org  2007-08-19 17:49 PDT -------
in RGBA32 CSSParser::parseColor(const String& string, bool strict)

+    parseColor(color, string, strict);
+    return color;

Is it okay to ignore the return boolean of parseColor here? 


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