Bug 22462 - Make various methods 'const' for consistency
Summary: Make various methods 'const' for consistency
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 12:23 PST by Simon Fraser (smfr)
Modified: 2008-11-24 12:24 PST (History)
0 users

See Also:


Attachments
Annotated list of methods that could use const cleanup. Search for 'Cleanup'. (32.14 KB, text/plain)
2008-11-24 12:24 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-11-24 12:23:32 PST
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.
Comment 1 Simon Fraser (smfr) 2008-11-24 12:24:48 PST
Created attachment 25440 [details]
Annotated list of methods that could use const cleanup. Search for 'Cleanup'.