[Webkit-unassigned] [Bug 11217] Cleanup svg coding style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 11 13:53:15 PDT 2006


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11035|review?                     |review-
               Flag|                            |




------- Comment #17 from mitz at webkit.org  2006-10-11 13:53 PDT -------
(From update of attachment 11035)
There are several declarations (repeating in several headers) where you could
drop the parameter names:

+        virtual void parseMappedAttribute(MappedAttribute* attr);
+        virtual RenderObject* createRenderer(RenderArena* arena, RenderStyle*
style);
+        bool childShouldCreateRenderer(Node* child) const;
+        virtual void updateLocalTransform(SVGTransformList* localTransforms);

The second line here should be indented:

+SVGTSpanElement::SVGTSpanElement(const QualifiedName& tagName, Document* doc)
 : SVGTextPositioningElement(tagName, doc)


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