Bug 155025 - Remove use of deprecated sqlite3_expired
Summary: Remove use of deprecated sqlite3_expired
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 10:42 PST by Brady Eidson
Modified: 2016-03-04 11:42 PST (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.28 KB, patch)
2016-03-04 10:45 PST, 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-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.