Bug 155025

Summary: Remove use of deprecated sqlite3_expired
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 none

Description Brady Eidson 2016-03-04 10:42:21 PST
Remove use of deprecated sqlite3_expired

It was deprecated many years ago, and was only needed when using sqlite3_prepare. When using sqlite3_prepare_v2 instead, sqlite3_expired is no longer needed.

And we use sqlite3_prepare_v2 exclusively.
Comment 1 Brady Eidson 2016-03-04 10:45:15 PST
Created attachment 273017 [details]
Patch v1
Comment 2 WebKit Commit Bot 2016-03-04 11:42:45 PST
Comment on attachment 273017 [details]
Patch v1

Clearing flags on attachment: 273017

Committed r197577: <http://trac.webkit.org/changeset/197577>
Comment 3 WebKit Commit Bot 2016-03-04 11:42:48 PST
All reviewed patches have been landed.  Closing bug.