diff options
Diffstat (limited to 'WebCore/storage/SQLTransactionCallback.h')
-rw-r--r-- | WebCore/storage/SQLTransactionCallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/SQLTransactionCallback.h b/WebCore/storage/SQLTransactionCallback.h index 048410f..73123ee 100644 --- a/WebCore/storage/SQLTransactionCallback.h +++ b/WebCore/storage/SQLTransactionCallback.h @@ -31,7 +31,7 @@ #if ENABLE(DATABASE) -#include <wtf/Threading.h> +#include <wtf/ThreadSafeShared.h> namespace WebCore { |