Bug 157287

Summary: Const-ify some IDB code
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149953    
Attachments:
Description Flags
Patch v1 none

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.