[Webkit-unassigned] [Bug 22462] New: Make various methods 'const' for consistency

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 12:23:32 PST 2008


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

           Summary: Make various methods 'const' for consistency
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com


Bug 22433 added a script which detects methods with the same signature, but
differing in constness.

In many cases, non-virtual methods in different classes share the same name,
but differ in constness. This isn't a real issue, but it would be nice to use
'const' on simple getter methods everywhere for consistency.


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



More information about the webkit-unassigned mailing list