[webkit-reviews] review granted: [Bug 62302] Remove "const" from obviously non-const accessors : [Attachment 97828] First patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 17:02:47 PDT 2011


Darin Adler <darin at apple.com> has granted Peter Kasting <pkasting at google.com>'s
request for review:
Bug 62302: Remove "const" from obviously non-const accessors
https://bugs.webkit.org/show_bug.cgi?id=62302

Attachment 97828: First patch v2
https://bugs.webkit.org/attachment.cgi?id=97828&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
>From reviewing the patch, I can’t tell if there is a mistake where we removed
const from a function in a class and not from the same function in a derived
class. That’s the main thing I’d worry about.


More information about the webkit-reviews mailing list