[Webkit-unassigned] [Bug 11217] Cleanup svg coding style
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 13 05:04:26 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11217
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #11065|review? |review+
Flag| |
------- Comment #25 from mitz at webkit.org 2006-10-13 05:04 PDT -------
(From update of attachment 11065)
Two stars remaining to be moved here:
virtual bool rendererIsNeeded(RenderStyle *style) { return
StyledElement::rendererIsNeeded(style); }
- virtual RenderObject *createRenderer(RenderArena *arena, RenderStyle
*style);
+ virtual RenderObject *createRenderer(RenderArena*, RenderStyle*);
You can fix this when landing. r=me
--
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