| Index: WebCore/storage/DatabaseThread.cpp
|
| ===================================================================
|
| --- WebCore/storage/DatabaseThread.cpp (revision 55036)
|
| +++ WebCore/storage/DatabaseThread.cpp (working copy)
|
| @@ -113,7 +113,7 @@
|
| openSetCopy.swap(m_openDatabaseSet);
|
| DatabaseSet::iterator end = openSetCopy.end();
|
| for (DatabaseSet::iterator it = openSetCopy.begin(); it != end; ++it)
|
| - (*it)->close();
|
| + (*it)->close(true);
|
| }
|
|
|
| // Detach the thread so its resources are no longer of any concern to anyone else
|
|
|