Bug 44347 - [Qt] constify core() and kit() parameters
Summary: [Qt] constify core() and kit() parameters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 12:38 PDT by Ademar Reis
Modified: 2010-08-20 18:02 PDT (History)
1 user (show)

See Also:


Attachments
constify core() and kit() parameters from the private classes (4.33 KB, patch)
2010-08-20 12:47 PDT, Ademar Reis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ademar Reis 2010-08-20 12:38:19 PDT
The parameters to the private methods core() and kit() should be constified.

Essencial if we need to call "core(this)" from inside a const method (a getter, for example).

Patch is on the way
Comment 1 Ademar Reis 2010-08-20 12:47:43 PDT
Created attachment 64974 [details]
constify core() and kit() parameters from the private classes
Comment 2 Ariya Hidayat 2010-08-20 16:24:11 PDT
Comment on attachment 64974 [details]
constify core() and kit() parameters from the private classes

LGTM, re=me
Comment 3 WebKit Commit Bot 2010-08-20 18:02:30 PDT
Comment on attachment 64974 [details]
constify core() and kit() parameters from the private classes

Clearing flags on attachment: 64974

Committed r65771: <http://trac.webkit.org/changeset/65771>
Comment 4 WebKit Commit Bot 2010-08-20 18:02:36 PDT
All reviewed patches have been landed.  Closing bug.