[M85 Migration] Initialize sqlite3 before openning the database 74/245374/2
authoryh106.jung <yh106.jung@samsung.com>
Tue, 22 Jan 2019 00:36:43 +0000 (16:36 -0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 12 Oct 2020 06:27:26 +0000 (06:27 +0000)
commitb279c0d2edbb27a59dd9ac7b6ccdfe73254e58bd
tree4d9f3e22ed228352ecf7740750727ca759014893
parent40a1cd79359c14741e1e25d4b2ae977d01ad05a3
[M85 Migration] Initialize sqlite3 before openning the database

Since m69, sqlite3 is compiled with SQLITE_OMIT_AUTOINIT option.
So the application must call sqlite3_initialize() directly.
This patch ensures that sqlite3 is initialized before openning the
database.

Ref:
https://review.tizen.org/gerrit/c/platform/framework/web/chromium-efl/+/220027

Change-Id: Ib74c0290f6fb8de354672e74adc9a63ff2922c4c
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/efl_integration/browser/favicon/favicon_database.cc