WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
22462
Make various methods 'const' for consistency
https://bugs.webkit.org/show_bug.cgi?id=22462
Summary
Make various methods 'const' for consistency
Simon Fraser (smfr)
Reported
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.
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
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2008-11-24 12:24:48 PST
Created
attachment 25440
[details]
Annotated list of methods that could use const cleanup. Search for 'Cleanup'.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug