[Webkit-unassigned] [Bug 132176] [WK1][EFL] Disable leveldb used for indexedDB in EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 25 03:20:20 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132176





--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2014-04-25 03:20:38 PST ---
(From update of attachment 230150)
View in context: https://bugs.webkit.org/attachment.cgi?id=230150&action=review

> Source/cmake/OptionsEfl.cmake:295
>  if (ENABLE_INDEXED_DATABASE)
> -    set(WTF_USE_LEVELDB 1)
> -    add_definitions(-DWTF_USE_LEVELDB=1)
> +    set(WTF_USE_LEVELDB 0)
> +    add_definitions(-DWTF_USE_LEVELDB=0)
>  endif ()

Why don't you just remove them.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list