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

Brady Eidson
Reported 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.
Attachments
Patch v1 (1.28 KB, patch)
2016-03-04 10:45 PST, Brady Eidson
no flags
Brady Eidson
Comment 1 2016-03-04 10:45:15 PST
Created attachment 273017 [details] Patch v1
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2016-03-04 11:42:48 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.