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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 27 19:31:45 PDT 2014


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





--- Comment #4 from Joonghun Park <jh718.park at samsung.com>  2014-04-27 19:32:05 PST ---
(In reply to comment #2)
> (From update of attachment 230150 [details])
> 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.

In addition to remove the statements above, I would also disable indexedDB because in current status efl port webkit is not using levelDB nor SQlite.

-- 
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