Index: WebCore/storage/Database.h |
=================================================================== |
--- WebCore/storage/Database.h (revision 55036) |
+++ WebCore/storage/Database.h (working copy) |
@@ -105,7 +105,7 @@ |
void markAsDeletedAndClose(); |
bool deleted() const { return m_deleted; } |
- void close(); |
+ void close(bool removeDatabaseFromContext); |
bool opened() const { return m_opened; } |
void stop(); |