Jesus Calling app needs more WebSQL
Created attachment 397293 [details] Patch
<rdar://problem/61795507>
Comment on attachment 397293 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397293&action=review > Source/WebCore/bindings/js/JSDOMWindowCustom.cpp:615 > + static const bool needsWebSQL = IOSApplication::isJesusCalling() && applicationSDKVersion() <= DYLD_IOS_VERSION_12_2; Can we make RuntimeEnabledFeatures::sharedFeatures().webSQLEnabled() return true in this case instead? This is not the only place where RuntimeEnabledFeatures::sharedFeatures().webSQLEnabled() is queried so this fix is incomplete otherwise. There are plenty of places in generated bindings code that check RuntimeEnabledFeatures::sharedFeatures().webSQLEnabled().
Created attachment 397379 [details] Patch
Comment on attachment 397379 [details] Patch r=me
Committed r260597: <https://trac.webkit.org/changeset/260597> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397379 [details].