diff options
Diffstat (limited to 'WebCore/storage/SQLStatementCallback.h')
-rw-r--r-- | WebCore/storage/SQLStatementCallback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/SQLStatementCallback.h b/WebCore/storage/SQLStatementCallback.h index 14d19bb..31f5c0c 100644 --- a/WebCore/storage/SQLStatementCallback.h +++ b/WebCore/storage/SQLStatementCallback.h @@ -36,7 +36,7 @@ namespace WebCore { class SQLTransaction; class SQLResultSet; - + class SQLStatementCallback : public ThreadSafeShared<SQLStatementCallback> { public: virtual ~SQLStatementCallback() { } |