[Webkit-unassigned] [Bug 12022] typo in SVGTransformable.cpp introduce in r18440

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 29 07:17:19 PST 2006


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





------- Comment #4 from sam at webkit.org  2006-12-29 07:17 PDT -------
This looks like a good change but instead of doing

+            } else if (checkString(currTransform, end, skewYDesc, 5)) {

perhaps doing something like

+            } else if (checkString(currTransform, end, skewYDesc,
sizeof(skewYDesc) / sizeof(UChar))) {

could prevent error?


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