[Webkit-unassigned] [Bug 47053] Rename (and move) RenderPath to svg/RenderSVGPath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 2 22:23:39 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47053





--- Comment #6 from Andreas Kling <kling at webkit.org>  2010-10-02 22:23:38 PST ---
(In reply to comment #5)
> > WebCore/ChangeLog:8
> > +        Also renamed RenderObject::isRenderPath() to isSVGPath()
> 
> isRenderSVGPath(), should really be similar to the name of the renderer.

isSVGPath() is consistent with all the other RenderObject::isSVG*() methods.

> > WebCore/ChangeLog:22
> > +        * rendering/RenderPath.cpp: Removed.
> > +        * rendering/RenderPath.h: Removed.
> > +        * rendering/RenderSVGHiddenContainer.cpp:
> 
> Please use 'svn mv' to move the files instead of copying. That is better for traversing  the history.

D'oh, of course! I was using 'git mv' and didn't verify that prepare-ChangeLog (and friends) supported it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list