[webkit-reviews] review granted: [Bug 23663] Should add void toRenderBox method to catch unnecessary casts : [Attachment 27217] Add void toRenderBox casting method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 31 08:55:33 PST 2009


Darin Adler <darin at apple.com> has granted Adam Treat <treat at kde.org>'s request
for review:
Bug 23663: Should add void toRenderBox method to catch unnecessary casts
https://bugs.webkit.org/show_bug.cgi?id=23663

Attachment 27217: Add void toRenderBox casting method
https://bugs.webkit.org/attachment.cgi?id=27217&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +// This will catch anyone doing an unnecessary cast.
> +void toRenderBox(const RenderBox* o);

We should leave out the "o" here.

r=me


More information about the webkit-reviews mailing list