[Webkit-unassigned] [Bug 146550] build-webkit --no-indexed-database fails due to missing guards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 3 08:20:23 PDT 2015


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

--- Comment #3 from Emanuele Aina <emanuele.aina at collabora.com> ---
> Is it useful for anything to enable DatabaseProcess without IndexedDB?
> If no, it would be better to unify these guards.

As far as I can tell, at the moment IndexedDB seems to be the only user of DatabaseProcess, so merging those guards would make sense as the split will likely bitrot again.

On the other hand the DatabaseProcess code seems to be structured to handle multiple users, so in future we could need to split them again, redoing some work which has already been done.

I just needed to make the whole thing build (at the moment I'm stuck to a GCC 4.8 toolchain and DatabaseProcess is the only thing that requires GCC 4.9) so both solutions work for me. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150703/1e73be8a/attachment.html>


More information about the webkit-unassigned mailing list