[Webkit-unassigned] [Bug 11217] Cleanup svg coding style
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 20 00:18:30 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11217
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #11114|review? |review-
Flag| |
------- Comment #35 from mitz at webkit.org 2006-10-20 00:18 PDT -------
(From update of attachment 11114)
Don't need "!= 0" here:
+ for (Node* n = firstChild(); n != 0; n = n->nextSibling()) {
Don't need the "angle" and "attr" parameter names:
+ void setOrientToAngle(SVGAngle* angle);
virtual void attributeChanged(Attribute* attr, bool preserveDecls);
--
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