WorkerContext shouldn't need to know about SQLDatabase
Created attachment 130235 [details] Patch
Comment on attachment 130235 [details] Patch OK.
*** Bug 79473 has been marked as a duplicate of this bug. ***
Comment on attachment 130235 [details] Patch Clearing flags on attachment: 130235 Committed r109833: <http://trac.webkit.org/changeset/109833>
All reviewed patches have been landed. Closing bug.
This change caused the fast/workers/storage tests to fail on GTK (at least). Some tests show this message on the console: Can't find variable: openDatabaseSync
I think I fixed that already in http://trac.webkit.org/changeset/109861 . Are they still failing?
(In reply to comment #7) > I think I fixed that already in http://trac.webkit.org/changeset/109861 . Are they still failing? Yes, http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release?numbuilds=50 Since r109833.
(In reply to comment #8) > (In reply to comment #7) > > I think I fixed that already in http://trac.webkit.org/changeset/109861 . Are they still failing? > > Yes, http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release?numbuilds=50 > Since r109833. A clean build is the solution. False alarm and sorry for the noise Adam!