summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBFactoryBackendInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBFactoryBackendInterface.cpp')
-rw-r--r--WebCore/storage/IDBFactoryBackendInterface.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/storage/IDBFactoryBackendInterface.cpp b/WebCore/storage/IDBFactoryBackendInterface.cpp
index f1c0fb7..935ccac 100644
--- a/WebCore/storage/IDBFactoryBackendInterface.cpp
+++ b/WebCore/storage/IDBFactoryBackendInterface.cpp
@@ -43,7 +43,10 @@ PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create()
return IDBFactoryBackendImpl::create();
}
+IDBFactoryBackendInterface::~IDBFactoryBackendInterface()
+{
+}
+
} // namespace WebCore
#endif // ENABLE(INDEXED_DATABASE)
-