With the recent WebKit 613.1 update, IndexedDB is no longer an optional WebKit feature at compile time. Since JavaFX does not yet support IndexedDB, we should look at whether we can disable the compilation of this unused module.
Comments
We should look at whether and how much of the core implementation of indexedDB we can disable at compile time. We want something that isn't too intrusive, so we don't want to try and re-introduce the conditional compilation flag they WebKit removed (i.e., we don't want to revert the upstream WebKit fix that make it a non-optional feature). Depending on how feasible this turns out to be, we might abandon this effort.