RESOLVED FIXED 86009
Remove some isSVGFoo methods
https://bugs.webkit.org/show_bug.cgi?id=86009
Summary Remove some isSVGFoo methods
Rob Buis
Reported 2012-05-09 12:45:02 PDT
Stuff like isRounded() is not needed at all atm.
Attachments
Patch (3.25 KB, patch)
2012-05-09 12:49 PDT, Rob Buis
no flags
Rob Buis
Comment 1 2012-05-09 12:49:58 PDT
Philip Rogers
Comment 2 2012-05-09 13:06:30 PDT
I would give this a R+ if I could.
Eric Seidel (no email)
Comment 3 2012-05-09 13:18:06 PDT
Comment on attachment 141000 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=141000&action=review > Source/WebCore/rendering/svg/RenderSVGEllipse.h:-42 > - virtual bool isSVGEllipse() const { return true; } Is there one of these on teh base class as well?
Rob Buis
Comment 4 2012-05-09 13:21:33 PDT
Hi Eric, Thanks for the review! (In reply to comment #3) > (From update of attachment 141000 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=141000&action=review > > > Source/WebCore/rendering/svg/RenderSVGEllipse.h:-42 > > - virtual bool isSVGEllipse() const { return true; } > > Is there one of these on teh base class as well? Nope, there was a mention of isSVGRect in RenderObject.h but not isSVGEllipse, a sure sign that some of these flags got inconsistent.
WebKit Review Bot
Comment 5 2012-05-09 14:19:25 PDT
Comment on attachment 141000 [details] Patch Clearing flags on attachment: 141000 Committed r116557: <http://trac.webkit.org/changeset/116557>
WebKit Review Bot
Comment 6 2012-05-09 14:19:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.