[Webkit-unassigned] [Bug 97860] Make functions in Localizer class "const"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 30 23:10:56 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97860





--- Comment #2 from yosin at chromium.org  2012-09-30 23:11:21 PST ---
Making Localizer "const" may reduce below comments during review.
Also for me, adding "const" improves readability.

>From review for https://bugs.webkit.org/show_bug.cgi?id=97318
View in context: https://bugs.webkit.org/attachment.cgi?id=165971&action=review

> Source/WebCore/html/shadow/DateTimeNumericFieldElement.h:75
> +    Localizer& localizer() const;

Can the return value be const?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list