summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLResultSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLResultSet.h')
-rw-r--r--WebCore/storage/SQLResultSet.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/storage/SQLResultSet.h b/WebCore/storage/SQLResultSet.h
index 5a0ff78..268472f 100644
--- a/WebCore/storage/SQLResultSet.h
+++ b/WebCore/storage/SQLResultSet.h
@@ -31,13 +31,12 @@
#if ENABLE(DATABASE)
+#include "ExceptionCode.h"
#include "SQLResultSetRowList.h"
-#include <wtf/Threading.h>
+#include <wtf/ThreadSafeShared.h>
namespace WebCore {
-typedef int ExceptionCode;
-
class SQLResultSet : public ThreadSafeShared<SQLResultSet> {
public:
static PassRefPtr<SQLResultSet> create() { return adoptRef(new SQLResultSet); }