diff options
Diffstat (limited to 'WebCore/storage/SQLTransaction.h')
-rw-r--r-- | WebCore/storage/SQLTransaction.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/storage/SQLTransaction.h b/WebCore/storage/SQLTransaction.h index 3cef036..5c62ca2 100644 --- a/WebCore/storage/SQLTransaction.h +++ b/WebCore/storage/SQLTransaction.h @@ -30,17 +30,15 @@ #if ENABLE(DATABASE) -#include <wtf/Threading.h> - +#include "ExceptionCode.h" #include "SQLStatement.h" #include <wtf/Deque.h> #include <wtf/Forward.h> +#include <wtf/ThreadSafeShared.h> #include <wtf/Vector.h> namespace WebCore { -typedef int ExceptionCode; - class Database; class SQLError; class SQLiteTransaction; |