Bug 49003 - Request.h getters can be made const
Summary: Request.h getters can be made const
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 09:18 PDT by Joseph Pecoraro
Modified: 2010-11-04 09:45 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Adds const qualifier to getters (1.82 KB, patch)
2010-11-04 09:21 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2010-11-04 09:18:09 PDT
I don't see a reason for them not to be const.
http://trac.webkit.org/browser/trunk/WebCore/loader/Request.h

Let me know if there is no advantage to this patch overwriting the history.
Comment 1 Joseph Pecoraro 2010-11-04 09:21:54 PDT
Created attachment 72948 [details]
[PATCH] Adds const qualifier to getters
Comment 2 Andreas Kling 2010-11-04 09:26:18 PDT
Comment on attachment 72948 [details]
[PATCH] Adds const qualifier to getters

r=me
Comment 3 WebKit Commit Bot 2010-11-04 09:45:03 PDT
Comment on attachment 72948 [details]
[PATCH] Adds const qualifier to getters

Clearing flags on attachment: 72948

Committed r71341: <http://trac.webkit.org/changeset/71341>
Comment 4 WebKit Commit Bot 2010-11-04 09:45:08 PDT
All reviewed patches have been landed.  Closing bug.