[webkit-reviews] review requested: [Bug 22433] Make selection rect-related methods |const| : [Attachment 25408] Patch to make lots of methods const, changelog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 23 19:54:09 PST 2008


Simon Fraser (smfr) <simon.fraser at apple.com> has asked	for review:
Bug 22433: Make selection rect-related methods |const|
https://bugs.webkit.org/show_bug.cgi?id=22433

Attachment 25408: Patch to make lots of methods const, changelog
https://bugs.webkit.org/attachment.cgi?id=25408&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
Issue caught by the script that this patch fixes:

Both const and non-const versions of selectionRect(bool):
	RenderObject::selectionRect(bool)
...
	RenderView::selectionRect(bool) const


More information about the webkit-reviews mailing list