[webkit-reviews] review granted: [Bug 72387] Remove useless const modifier from KURL::init : [Attachment 115168] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 10:15:49 PST 2011


Darin Adler <darin at apple.com> has granted David Kilzer (ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 72387: Remove useless const modifier from KURL::init
https://bugs.webkit.org/show_bug.cgi?id=72387

Attachment 115168: Patch v1
https://bugs.webkit.org/attachment.cgi?id=115168&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
Given that this is a pointer into a buffer of non-const characters, I think
it's fine for it to be char*, even though I did not mean to claim this was
useless at all!


More information about the webkit-reviews mailing list