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