diff options
Diffstat (limited to 'WebCore/storage/SQLTransactionCoordinator.h')
-rw-r--r-- | WebCore/storage/SQLTransactionCoordinator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/SQLTransactionCoordinator.h b/WebCore/storage/SQLTransactionCoordinator.h index 247ad13..94360c0 100644 --- a/WebCore/storage/SQLTransactionCoordinator.h +++ b/WebCore/storage/SQLTransactionCoordinator.h @@ -33,11 +33,11 @@ #if ENABLE(DATABASE) -#include "StringHash.h" #include <wtf/Deque.h> #include <wtf/HashMap.h> #include <wtf/HashSet.h> #include <wtf/RefPtr.h> +#include <wtf/text/StringHash.h> namespace WebCore { |