| Log Message: |
Web SQL: Termiante database thread before finalizing the Oilpan heap for the Blink main thread.
Oilpan heap for the database thread should be finalized before finalizing the
main thread heap. Usually it's done in ExecutionContext::stopActiveDOMObjects().
When blink::shutdown() is called, stopActiveDOMObjects() was not called and
objects owned by the main thread is finalized though they were referred by the
database thread. blink::shutdown() should terminate the database thread
explicitly.
BUG=455368,455789
Review URL: https://codereview.chromium.org/892343003
|