Index: Source/WebCore/storage/SQLTransactionSync.h |
=================================================================== |
--- Source/WebCore/storage/SQLTransactionSync.h (revision 92303) |
+++ Source/WebCore/storage/SQLTransactionSync.h (working copy) |
@@ -34,6 +34,7 @@ |
#if ENABLE(DATABASE) |
#include "ExceptionCode.h" |
+#include "PlatformString.h" |
#include <wtf/Forward.h> |
#include <wtf/RefCounted.h> |
#include <wtf/Vector.h> |
@@ -70,6 +71,7 @@ |
RefPtr<DatabaseSync> m_database; |
RefPtr<SQLTransactionSyncCallback> m_callback; |
bool m_readOnly; |
+ bool m_hasVersionMismatch; |
bool m_modifiedDatabase; |
OwnPtr<SQLTransactionClient> m_transactionClient; |