Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6619)

Unified Diff: Source/modules/webdatabase/DatabaseBackend.cpp

Issue 419853002: Add explicit destructor to DatabaseBackend.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackend.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseBackend.cpp
diff --git a/Source/modules/webdatabase/DatabaseBackend.cpp b/Source/modules/webdatabase/DatabaseBackend.cpp
index 503db3a0fd878ad92458ba980fa5fbf5df9f299c..2e5189e5e3e4921e5cc367dae2f32a2bc1175248 100644
--- a/Source/modules/webdatabase/DatabaseBackend.cpp
+++ b/Source/modules/webdatabase/DatabaseBackend.cpp
@@ -47,6 +47,10 @@ DatabaseBackend::DatabaseBackend(DatabaseContext* databaseContext, const String&
{
}
+DatabaseBackend::~DatabaseBackend()
+{
+}
+
void DatabaseBackend::trace(Visitor* visitor)
{
visitor->trace(m_transactionQueue);
« no previous file with comments | « Source/modules/webdatabase/DatabaseBackend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698