summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IndexedDatabaseImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IndexedDatabaseImpl.cpp')
-rw-r--r--WebCore/storage/IndexedDatabaseImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/IndexedDatabaseImpl.cpp b/WebCore/storage/IndexedDatabaseImpl.cpp
index 793af9e..e6af901 100644
--- a/WebCore/storage/IndexedDatabaseImpl.cpp
+++ b/WebCore/storage/IndexedDatabaseImpl.cpp
@@ -40,7 +40,7 @@ namespace WebCore {
PassRefPtr<IndexedDatabaseImpl> IndexedDatabaseImpl::create()
{
- return new IndexedDatabaseImpl();
+ return adoptRef(new IndexedDatabaseImpl);
}
IndexedDatabaseImpl::IndexedDatabaseImpl()