Bug 157287 - Const-ify some IDB code
Summary: Const-ify some IDB code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149953
  Show dependency treegraph
 
Reported: 2016-05-02 17:08 PDT by Brady Eidson
Modified: 2016-05-02 18:01 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (10.29 KB, patch)
2016-05-02 17:09 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-05-02 17:08:00 PDT
Const-ify some IDB code

Noticed in upcoming, bigger patches that these 5 IDB methods should've taken const references as arguments instead of non-const references.
Comment 1 Brady Eidson 2016-05-02 17:09:32 PDT
Created attachment 277948 [details]
Patch v1
Comment 2 WebKit Commit Bot 2016-05-02 18:01:18 PDT
Comment on attachment 277948 [details]
Patch v1

Clearing flags on attachment: 277948

Committed r200352: <http://trac.webkit.org/changeset/200352>
Comment 3 WebKit Commit Bot 2016-05-02 18:01:21 PDT
All reviewed patches have been landed.  Closing bug.